++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Asia/Krasnoyarsk + echo 'Choosen random timezone Asia/Krasnoyarsk' + ln -snf /usr/share/zoneinfo/Asia/Krasnoyarsk /etc/localtime Choosen random timezone Asia/Krasnoyarsk + echo Asia/Krasnoyarsk + dpkg -i package_folder/clickhouse-common-static_24.3.5.47.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49067 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.5.47.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.5.47.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.5.47.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.47.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49096 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.47.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.5.47.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.5.47.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.5.47.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49105 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.5.47.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.5.47.altinitystable+msan) ... Setting up clickhouse-server (24.3.5.47.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.5.47.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49122 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.5.47.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.5.47.altinitystable+msan) ... Setting up clickhouse-client (24.3.5.47.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.5.47.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=49756160 + sed --follow-symlinks -i 's|[[:digit:]]\+|49756160|' /etc/clickhouse-server/config.d/keeper_port.xml + value=54228992 + sed --follow-symlinks -i 's|[[:digit:]]\+|54228992|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + ./minio server --address :11111 ./minio_data + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:38577 http://127.0.0.1:38577 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (38577), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17E49CABE7C8213711158589-41d2-4f82-8a93-f4e3fe57581a + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 257 root 10u IPv6 34735 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl 02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 118.84 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 93.26 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 43.90 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 3.84 KiB/s b.tsv + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 5.26 KiB/s + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.99 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.32 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Jul 23 01:33 . drwxr-xr-x 1 root root 4.0K Jul 23 01:33 .. -rw-rw-r-- 1 1000 1000 300 Jul 23 01:30 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Jun 13 10:03 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Jul 23 01:33 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Jul 23 01:33 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Jul 23 01:33 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 09:02 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Jul 23 01:33 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot drwxr-xr-x 5 root root 340 Jul 23 01:32 dev -rwxr-xr-x 1 root root 0 Jul 23 01:32 .dockerenv drwxr-xr-x 1 root root 4.0K Jul 23 01:33 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 09:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 09:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Jun 13 10:04 mc drwxr-xr-x 2 root root 4.0K Apr 27 09:02 media -rwxr-xr-x 1 root root 114M Jun 13 10:04 minio drwxr-xr-x 4 root root 4.0K Jul 23 01:33 minio_data drwxr-xr-x 2 root root 4.0K Apr 27 09:02 mnt drwxr-xr-x 2 root root 4.0K Apr 27 09:02 opt -rw-r--r-- 1 root root 0 Feb 15 05:09 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Jul 23 01:32 package_folder dr-xr-xr-x 312 root root 0 Jul 23 01:32 proc -rwxrwxr-x 1 root root 7.9K May 15 00:27 process_functional_tests_result.py drwx------ 1 root root 4.0K Jul 23 01:33 root drwxr-xr-x 1 root root 4.0K Jul 23 01:33 run -rwxrwxr-x 1 root root 16K Jun 13 10:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 09:02 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K May 15 00:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 10:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jun 13 10:03 setup_minio.sh drwxr-xr-x 2 root root 4.0K Apr 27 09:02 srv -rw-rw-r-- 1 root root 13K Jun 13 10:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Jul 23 01:32 sys drwxrwxr-x 2 1000 1000 4.0K Jul 23 01:32 test_output drwxrwxrwt 1 root root 4.0K Jul 23 01:33 tmp drwxr-xr-x 1 root root 4.0K Apr 27 09:02 usr -rw-rw-r-- 1 root root 833 Jun 13 10:03 utils.lib drwxr-xr-x 1 root root 4.0K Apr 27 09:05 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 536 clickhouse 322u IPv4 35360 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "PUT /devstoreaccount1/cont/pltpptsxcdsgmenelpnlotezeklxjjfm?blockid=xlmwtichgwdwolpvmcaeoqfbjndziksslzopvpbnmgqjaascucdxyiauvshpcnen&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "PUT /devstoreaccount1/cont/pltpptsxcdsgmenelpnlotezeklxjjfm?comp=blocklist HTTP/1.1" 201 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "GET /devstoreaccount1/cont/pltpptsxcdsgmenelpnlotezeklxjjfm HTTP/1.1" 206 4 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "GET /devstoreaccount1/cont/pltpptsxcdsgmenelpnlotezeklxjjfm HTTP/1.1" 206 2 127.0.0.1 - - [22/Jul/2024:18:34:05 +0000] "DELETE /devstoreaccount1/cont/pltpptsxcdsgmenelpnlotezeklxjjfm HTTP/1.1" 202 - 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 725 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 0 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + ts '%Y-%m-%d %H:%M:%S' + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 6 --report-logs-stats + tee -a test_output/test_result.txt 2024-07-23 01:34:55 Using queries from '/usr/share/clickhouse-test/queries' directory 2024-07-23 01:34:55 Connecting to ClickHouse server... OK 2024-07-23 01:34:55 Connected to server 24.3.5.47.altinitystable @ b6642564dbf296d6e55b907d7af6c8087470b672 HEAD 2024-07-23 01:34:55 Found 941 parallel tests and 95 sequential tests 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-8). 2024-07-23 01:34:56 2024-07-23 01:34:56 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.77 sec. 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-2). 2024-07-23 01:34:56 2024-07-23 01:34:56 03165_distinct_with_window_func_crash: [ OK ] 0.85 sec. 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-6). 2024-07-23 01:34:56 2024-07-23 01:34:56 03142_alter_comment_parameterized_view: [ OK ] 0.85 sec. 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-3). 2024-07-23 01:34:56 2024-07-23 01:34:56 03165_order_by_duplicate: [ OK ] 0.79 sec. 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-5). 2024-07-23 01:34:56 2024-07-23 01:34:56 03032_scalars_create_as_select: [ OK ] 0.86 sec. 2024-07-23 01:34:56 2024-07-23 01:34:56 Running about 117 stateless tests (ForkPoolWorker-7). 2024-07-23 01:34:56 2024-07-23 01:34:56 03127_argMin_combinator_state: [ OK ] 0.96 sec. 2024-07-23 01:34:57 2024-07-23 01:34:57 Running about 117 stateless tests (ForkPoolWorker-4). 2024-07-23 01:34:57 2024-07-23 01:34:57 03142_untuple_crash: [ OK ] 1.28 sec. 2024-07-23 01:34:57 2024-07-23 01:34:57 Running about 117 stateless tests (ForkPoolWorker-9). 2024-07-23 01:34:57 2024-07-23 01:34:57 03022_alter_materialized_view_query_has_inner_table: [ OK ] 1.41 sec. 2024-07-23 01:34:57 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.72 sec. 2024-07-23 01:34:57 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.76 sec. 2024-07-23 01:34:57 03013_repeat_with_nonnative_integers: [ OK ] 0.75 sec. 2024-07-23 01:34:57 03015_peder1001: [ OK ] 0.98 sec. 2024-07-23 01:34:57 03013_position_const_start_pos: [ OK ] 0.75 sec. 2024-07-23 01:34:58 03010_read_system_parts_table_test: [ OK ] 0.90 sec. 2024-07-23 01:34:58 03014_window_view_crash: [ OK ] 1.82 sec. 2024-07-23 01:34:58 03014_msan_parse_date_time: [ OK ] 1.80 sec. 2024-07-23 01:34:58 03003_analyzer_setting: [ OK ] 0.84 sec. 2024-07-23 01:34:58 03003_enum_and_string_compatible: [ OK ] 0.63 sec. 2024-07-23 01:34:59 02999_scalar_subqueries_bug_1: [ OK ] 1.03 sec. 2024-07-23 01:34:59 02998_projection_after_attach_partition: [ OK ] 1.15 sec. 2024-07-23 01:35:00 02999_variant_suspicious_types: [ OK ] 1.64 sec. 2024-07-23 01:35:00 03002_int_div_decimal_with_date_bug: [ OK ] 1.68 sec. 2024-07-23 01:35:00 03003_prql_panic: [ OK ] 2.22 sec. 2024-07-23 01:35:00 02998_analyzer_secret_args_tree_node: [ OK ] 0.84 sec. 2024-07-23 01:35:00 03003_database_filesystem_format_detection: [ OK ] 3.33 sec. 2024-07-23 01:35:01 02994_sanity_check_settings: [ OK ] 0.91 sec. 2024-07-23 01:35:01 02998_http_redirects: [ OK ] 1.42 sec. 2024-07-23 01:35:01 02994_inconsistent_formatting: [ OK ] 0.79 sec. 2024-07-23 01:35:01 02992_analyzer_group_by_const: [ OK ] 1.19 sec. 2024-07-23 01:35:02 02986_leftpad_fixedstring: [ OK ] 0.98 sec. 2024-07-23 01:35:02 02982_dont_infer_exponent_floats: [ OK ] 0.86 sec. 2024-07-23 01:35:02 02990_format_select_from_explain: [ OK ] 1.45 sec. 2024-07-23 01:35:02 02981_translate_fixedstring: [ OK ] 0.71 sec. 2024-07-23 01:35:03 02985_minmax_index_aggregate_function: [ OK ] 2.09 sec. 2024-07-23 01:35:03 02974_if_with_map: [ OK ] 1.25 sec. 2024-07-23 01:35:04 02974_analyzer_array_join_subcolumn: [ OK ] 1.36 sec. 2024-07-23 01:35:04 02982_comments_in_system_tables: [ OK ] 2.68 sec. 2024-07-23 01:35:05 02973_block_number_sparse_serialization_and_mutation: [ OK ] 1.93 sec. 2024-07-23 01:35:06 02970_visible_width_behavior: [ OK ] 1.95 sec. 2024-07-23 01:35:06 02969_functions_to_subcolumns_if_null: [ OK ] 1.19 sec. 2024-07-23 01:35:06 02995_forget_partition: [ OK ] 6.44 sec. 2024-07-23 01:35:07 03008_uniq_exact_equal_ranges: [ OK ] 9.84 sec. 2024-07-23 01:35:07 02967_fuzz_bad_cast: [ OK ] 0.86 sec. 2024-07-23 01:35:08 02962_parallel_window_functions_different_partitioning: [ OK ] 0.78 sec. 2024-07-23 01:35:08 02963_single_value_destructor: [ OK ] 1.81 sec. 2024-07-23 01:35:08 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 6.28 sec. 2024-07-23 01:35:09 02962_join_using_bug_57894: [ OK ] 1.10 sec. 2024-07-23 01:35:09 02960_alter_table_part_query_parameter: [ OK ] 0.85 sec. 2024-07-23 01:35:09 02966_nested_offsets_subcolumn: [ OK ] 3.36 sec. 2024-07-23 01:35:10 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 5.93 sec. 2024-07-23 01:35:10 02943_variant_element: [ OK ] 1.01 sec. 2024-07-23 01:35:10 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 7.04 sec. 2024-07-23 01:35:10 02956_clickhouse_local_system_parts: [ OK ] 2.29 sec. 2024-07-23 01:35:12 02933_ephemeral_mv: [ OK ] 1.16 sec. 2024-07-23 01:35:15 02922_server_exit_code: [ OK ] 2.97 sec. 2024-07-23 01:35:17 02922_respect_nulls_parser: [ OK ] 5.60 sec. 2024-07-23 01:35:18 02918_analyzer_to_ast_crash: [ OK ] 1.90 sec. 2024-07-23 01:35:20 02922_respect_nulls_extensive: [ OK ] 8.19 sec. 2024-07-23 01:35:20 02955_analyzer_using_functional_args: [ OK ] 10.61 sec. 2024-07-23 01:35:22 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 4.58 sec. 2024-07-23 01:35:22 02918_join_pm_lc_crash: [ OK ] 2.81 sec. 2024-07-23 01:35:23 02916_set_formatting: [ OK ] 3.27 sec. 2024-07-23 01:35:24 03012_parser_backtracking: [ OK ] 27.09 sec. 2024-07-23 01:35:25 02911_add_index_and_materialize_index: [ OK ] 1.53 sec. 2024-07-23 01:35:25 02915_analyzer_fuzz_2: [ OK ] 4.75 sec. 2024-07-23 01:35:27 02915_analyzer_fuzz_6: [ OK ] 3.76 sec. 2024-07-23 01:35:27 02910_nullable_enum_cast: [ OK ] 1.30 sec. 2024-07-23 01:35:27 02935_http_content_type_with_http_headers_progress: [ OK ] 17.42 sec. 2024-07-23 01:35:27 02915_input_table_function_in_subquery: [ OK ] 5.12 sec. 2024-07-23 01:35:27 02910_bad_logs_level_in_local: [ OK ] 2.89 sec. 2024-07-23 01:35:28 02908_filesystem_cache_as_collection: [ OK ] 0.92 sec. 2024-07-23 01:35:28 02910_object-json-crash-add-column: [ OK ] 2.97 sec. 2024-07-23 01:35:28 02932_kill_query_sleep: [ OK ] 18.54 sec. 2024-07-23 01:35:30 02901_analyzer_recursive_window: [ OK ] 1.77 sec. 2024-07-23 01:35:30 02900_clickhouse_local_drop_current_database: [ OK ] 1.94 sec. 2024-07-23 01:35:31 02903_client_insert_in_background: [ OK ] 3.70 sec. 2024-07-23 01:35:31 02908_table_ttl_dependency: [ OK ] 4.55 sec. 2024-07-23 01:35:32 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.69 sec. 2024-07-23 01:35:32 02910_replicated_merge_parameters_must_consistent: [ OK ] 5.43 sec. 2024-07-23 01:35:33 02899_distributed_limit_by: [ OK ] 2.98 sec. 2024-07-23 01:35:33 02900_matview_create_to_errors: [ OK ] 4.71 sec. 2024-07-23 01:35:33 02907_backup_restore_flatten_nested: [ OK ] 6.33 sec. 2024-07-23 01:35:34 02899_indexing_by_space_filling_curves: [ OK ] 3.48 sec. 2024-07-23 01:35:34 02891_functions_over_sparse_columns: [ OK ] 0.79 sec. 2024-07-23 01:35:35 02895_peak_memory_usage_http_headers_regression: [ OK ] 2.07 sec. 2024-07-23 01:35:35 02888_obsolete_settings: [ OK ] 0.76 sec. 2024-07-23 01:35:35 02891_rename_table_without_keyword: [ OK ] 1.42 sec. 2024-07-23 01:35:35 02890_partition_prune_in_extra_columns: [ OK ] 0.89 sec. 2024-07-23 01:35:36 02885_create_distributed_table_without_as: [ OK ] 1.06 sec. 2024-07-23 01:35:36 02886_binary_like: [ OK ] 1.29 sec. 2024-07-23 01:35:37 02896_max_execution_time_with_break_overflow_mode: [ OK ] 6.25 sec. 2024-07-23 01:35:37 02881_system_detached_parts_modification_time: [ OK ] 1.21 sec. 2024-07-23 01:35:38 02882_formatQuery: [ OK ] 2.83 sec. 2024-07-23 01:35:38 02896_leading_zeroes_no_octal: [ OK ] 5.79 sec. 2024-07-23 01:35:38 02883_read_in_reverse_order_virtual_column: [ OK ] 3.02 sec. 2024-07-23 01:35:38 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 0.87 sec. 2024-07-23 01:35:39 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.55 sec. 2024-07-23 01:35:39 02875_fix_column_decimal_serialization: [ OK ] 0.96 sec. 2024-07-23 01:35:39 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.65 sec. 2024-07-23 01:35:40 02874_json_merge_patch_function_test: [ OK ] 2.30 sec. 2024-07-23 01:35:41 02875_parallel_replicas_remote: [ OK ] 2.73 sec. 2024-07-23 01:35:42 02864_profile_event_part_lock: [ OK ] 0.82 sec. 2024-07-23 01:35:42 02875_show_functions: [ OK ] 3.74 sec. 2024-07-23 01:35:43 02870_per_column_settings: [ OK ] 2.45 sec. 2024-07-23 01:35:43 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.37 sec. 2024-07-23 01:35:44 02963_remote_read_small_buffer_size_bug: [ OK ] 36.58 sec. 2024-07-23 01:35:44 02864_statistic_operate: [ OK ] 2.13 sec. 2024-07-23 01:35:44 02861_filter_pushdown_const_bug: [ OK ] 1.25 sec. 2024-07-23 01:35:45 02842_vertical_merge_after_add_drop_column: [ OK ] 1.08 sec. 2024-07-23 01:35:46 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 1.95 sec. 2024-07-23 01:35:46 02845_arrayShiftRotate: [ OK ] 2.93 sec. 2024-07-23 01:35:47 02876_yyyymmddhhmmsstodatetime: [ OK ] 9.39 sec. 2024-07-23 01:35:48 02835_fuzz_remove_redundant_sorting: [ OK ] 1.15 sec. 2024-07-23 01:35:48 02840_merge__table_or_filter: [ OK ] 1.94 sec. 2024-07-23 01:35:49 02835_join_step_explain: [ OK ] 1.16 sec. 2024-07-23 01:35:50 02841_group_array_sorted: [ OK ] 3.51 sec. 2024-07-23 01:35:50 02834_array_exists_segfault: [ OK ] 1.18 sec. 2024-07-23 01:35:51 02834_timestamp_function: [ OK ] 2.76 sec. 2024-07-23 01:35:51 02841_parallel_final_wrong_columns_order: [ OK ] 6.61 sec. 2024-07-23 01:35:52 02831_trash: [ OK ] 0.76 sec. 2024-07-23 01:35:52 02833_local_udf_options: [ OK ] 2.25 sec. 2024-07-23 01:35:53 02833_local_with_dialect: [ OK ] 2.83 sec. 2024-07-23 01:35:53 02816_check_projection_metadata: [ OK ] 1.52 sec. 2024-07-23 01:35:53 02815_fix_not_found_constants_col_in_block: [ OK ] 0.95 sec. 2024-07-23 01:35:54 02815_alias_to_length: [ OK ] 0.71 sec. 2024-07-23 01:35:54 02813_func_now_and_alias: [ OK ] 0.78 sec. 2024-07-23 01:35:55 02809_has_token: [ OK ] 0.72 sec. 2024-07-23 01:35:56 02806_cte_block_cannot_be_empty: [ OK ] 0.86 sec. 2024-07-23 01:35:56 02809_has_subsequence: [ OK ] 2.39 sec. 2024-07-23 01:35:58 02874_array_random_sample: [ OK ] 19.33 sec. 2024-07-23 01:35:58 02800_transform_alter: [ OK ] 1.47 sec. 2024-07-23 01:35:59 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 15.03 sec. 2024-07-23 01:35:59 02798_generic_transform: [ OK ] 1.07 sec. 2024-07-23 01:36:00 02815_no_throw_in_simple_queries: [ OK ] 7.03 sec. 2024-07-23 01:36:00 02802_clickhouse_disks_s3_copy: [ OK ] 3.79 sec. 2024-07-23 01:36:00 02790_fix_coredump_when_compile_expression: [ OK ] 0.83 sec. 2024-07-23 01:36:00 02797_range_nullable: [ OK ] 2.22 sec. 2024-07-23 01:36:01 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 1.48 sec. 2024-07-23 01:36:01 02784_schema_inference_null_as_default: [ OK ] 1.02 sec. 2024-07-23 01:36:02 02791_final_block_structure_mismatch_bug: [ OK ] 2.92 sec. 2024-07-23 01:36:02 02782_values_null_to_lc_nullable: [ OK ] 0.79 sec. 2024-07-23 01:36:04 02769_compare_functions_nan: [ OK ] 2.29 sec. 2024-07-23 01:36:06 02790_url_multiple_tsv_files: [ OK ] 6.43 sec. 2024-07-23 01:36:07 02751_multiif_to_if_crash: [ OK ] 0.79 sec. 2024-07-23 01:36:08 02751_query_log_test_partitions: [ OK ] 3.59 sec. 2024-07-23 01:36:09 02737_sql_auto_is_null: [ OK ] 0.80 sec. 2024-07-23 01:36:10 02783_date_predicate_optimizations: [ OK ] 8.57 sec. 2024-07-23 01:36:11 02735_system_zookeeper_connection: [ OK ] 1.40 sec. 2024-07-23 01:36:12 02734_optimize_group_by: [ OK ] 0.91 sec. 2024-07-23 01:36:12 02766_prql: [ OK ] 10.18 sec. 2024-07-23 01:36:13 02734_big_int_from_float_ubsan: [ OK ] 0.74 sec. 2024-07-23 01:36:13 02895_npy_format: [ OK ] 40.57 sec. 2024-07-23 01:36:13 02737_arrayJaccardIndex: [ OK ] 4.41 sec. 2024-07-23 01:36:14 02741_hashed_dictionary_load_factor: [ OK ] 7.02 sec. 2024-07-23 01:36:15 02725_cnf_large_check: [ OK ] 1.84 sec. 2024-07-23 01:36:16 02721_url_cluster: [ OK ] 3.00 sec. 2024-07-23 01:36:16 02716_int256_arrayfunc: [ OK ] 1.32 sec. 2024-07-23 01:36:16 02789_reading_from_s3_with_connection_pool: [ OK ] 16.12 sec. 2024-07-23 01:36:17 02711_trim_aliases: [ OK ] 0.90 sec. 2024-07-23 01:36:18 02699_polygons_sym_difference_total: [ OK ] 0.96 sec. 2024-07-23 01:36:19 02706_kolmogorov_smirnov_test: [ OK ] 3.08 sec. 2024-07-23 01:36:20 02731_parallel_replicas_join_subquery: [ OK ] 7.05 sec. 2024-07-23 01:36:21 02697_stop_reading_on_first_cancel: [ OK ] 2.62 sec. 2024-07-23 01:36:21 02718_cli_dashed_options_parsing: [ OK ] 6.97 sec. 2024-07-23 01:36:21 02718_parquet_metadata_format: [ OK ] 7.85 sec. 2024-07-23 01:36:22 02692_multiple_joins_unicode: [ OK ] 2.31 sec. 2024-07-23 01:36:24 02684_bson: [ OK ] 2.68 sec. 2024-07-23 01:36:24 02688_long_aggregate_function_names: [ OK ] 2.87 sec. 2024-07-23 01:36:24 02686_bson3: [ OK ] 2.86 sec. 2024-07-23 01:36:24 02680_default_star: [ OK ] 0.52 sec. 2024-07-23 01:36:25 02674_date_int_string_json_inference: [ OK ] 0.69 sec. 2024-07-23 01:36:25 02676_kafka_murmur_hash: [ OK ] 0.87 sec. 2024-07-23 01:36:28 02669_alter_modify_to_nullable: [ OK ] 2.99 sec. 2024-07-23 01:36:30 02688_aggregate_states: [ OK ] 9.74 sec. 2024-07-23 01:36:30 02592_avro_more_types: [ OK ] 2.72 sec. 2024-07-23 01:36:31 02591_bson_long_tuple: [ OK ] 0.99 sec. 2024-07-23 01:36:33 02681_undrop_query_uuid: [ OK ] 11.28 sec. 2024-07-23 01:36:35 02592_avro_records_with_same_names: [ OK ] 3.31 sec. 2024-07-23 01:36:36 02577_analyzer_array_join_calc_twice: [ OK ] 1.02 sec. 2024-07-23 01:36:37 02661_quantile_approx: [ OK ] 12.30 sec. 2024-07-23 01:36:37 02575_merge_prewhere_default_expression: [ OK ] 1.35 sec. 2024-07-23 01:36:39 02565_update_empty_nested: [ OK ] 1.90 sec. 2024-07-23 01:36:40 02560_quantile_min_max: [ OK ] 0.96 sec. 2024-07-23 01:36:44 02817_structure_to_schema: [ OK ] 52.24 sec. 2024-07-23 01:36:45 02570_fallback_from_async_insert: [ OK ] 7.61 sec. 2024-07-23 01:36:45 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 1.03 sec. 2024-07-23 01:36:45 02554_invalid_create_view_syntax: [ OK ] 0.52 sec. 2024-07-23 01:36:47 02553_type_object_analyzer: [ OK ] 1.53 sec. 2024-07-23 01:36:47 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 67.57 sec. 2024-07-23 01:36:49 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 1.85 sec. 2024-07-23 01:36:49 02554_log_faminy_support_storage_policy: [ OK ] 3.83 sec. 2024-07-23 01:36:50 02703_max_local_read_bandwidth: [ OK ] 32.99 sec. 2024-07-23 01:36:50 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 18.66 sec. 2024-07-23 01:36:50 02538_analyzer_create_table_as_select: [ OK ] 1.19 sec. 2024-07-23 01:36:51 02535_ip_parser_not_whole: [ OK ] 0.84 sec. 2024-07-23 01:36:51 02540_date_column_consistent_insert_behaviour: [ OK ] 3.97 sec. 2024-07-23 01:36:52 02523_range_const_start: [ OK ] 0.80 sec. 2024-07-23 01:36:53 02525_different_engines_in_temporary_tables: [ OK ] 2.12 sec. 2024-07-23 01:36:56 02560_regexp_denial_of_service: [ OK ] 15.83 sec. 2024-07-23 01:36:56 02518_parquet_arrow_orc_boolean_value: [ OK ] 3.62 sec. 2024-07-23 01:36:58 02531_two_level_aggregation_bug: [ OK ] 7.98 sec. 2024-07-23 01:36:58 02539_settings_alias: [ OK ] 9.25 sec. 2024-07-23 01:36:59 02517_avro_bool_type: [ OK ] 2.11 sec. 2024-07-23 01:36:59 02534_parquet_fixed_binary_array: [ OK ] 8.80 sec. 2024-07-23 01:36:59 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.84 sec. 2024-07-23 01:36:59 02515_analyzer_null_for_empty: [ OK ] 0.81 sec. 2024-07-23 01:37:00 02515_aggregate_functions_statistics: [ OK ] 1.77 sec. 2024-07-23 01:37:00 02515_projections_with_totals: [ OK ] 1.11 sec. 2024-07-23 01:37:00 02513_broken_datetime64_init_on_mac: [ OK ] 0.75 sec. 2024-07-23 01:37:01 02514_bad_index_granularity: [ OK ] 1.76 sec. 2024-07-23 01:37:01 02510_group_by_prewhere_null: [ OK ] 1.15 sec. 2024-07-23 01:37:02 02508_index_analysis_to_date_timezone: [ OK ] 1.25 sec. 2024-07-23 01:37:02 02668_parse_datetime_in_joda_syntax: [ OK ] 37.29 sec. 2024-07-23 01:37:03 02513_prewhere_combine_step_filters: [ OK ] 2.43 sec. 2024-07-23 01:37:03 02500_analyzer_storage_view_crash_fix: [ OK ] 1.17 sec. 2024-07-23 01:37:03 02494_analyzer_compound_expression_crash_fix: [ OK ] 1.05 sec. 2024-07-23 01:37:04 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 1.20 sec. 2024-07-23 01:37:05 02494_parser_string_binary_literal: [ OK ] 1.36 sec. 2024-07-23 01:37:05 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 9.22 sec. 2024-07-23 01:37:06 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.74 sec. 2024-07-23 01:37:09 02491_part_log_has_table_uuid: [ OK ] 3.36 sec. 2024-07-23 01:37:09 02493_numeric_literals_with_underscores: [ OK ] 4.72 sec. 2024-07-23 01:37:10 02486_truncate_and_unexpected_parts: [ OK ] 3.93 sec. 2024-07-23 01:37:10 02481_xxh3_hash_function: [ OK ] 0.90 sec. 2024-07-23 01:37:12 02482_value_block_parsing: [ OK ] 2.80 sec. 2024-07-23 01:37:12 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.61 sec. 2024-07-23 01:37:13 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 10.54 sec. 2024-07-23 01:37:14 02481_pk_analysis_with_enum_to_string: [ OK ] 1.65 sec. 2024-07-23 01:37:14 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 0.97 sec. 2024-07-23 01:37:15 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 5.17 sec. 2024-07-23 01:37:16 02480_suspicious_lowcard_in_key: [ OK ] 1.41 sec. 2024-07-23 01:37:16 02481_i43247_ubsan_in_minmaxany: [ OK ] 3.79 sec. 2024-07-23 01:37:17 02478_window_frame_type_groups: [ OK ] 1.41 sec. 2024-07-23 01:37:18 02478_analyzer_table_expression_aliases: [ OK ] 2.04 sec. 2024-07-23 01:37:19 02479_mysql_connect_to_self: [ OK ] 3.66 sec. 2024-07-23 01:37:19 02480_client_option_print_num_processed_rows: [ OK ] 5.31 sec. 2024-07-23 01:37:20 02476_fix_lambda_parsing: [ OK ] 1.71 sec. 2024-07-23 01:37:21 02476_analyzer_join_with_unused_columns: [ OK ] 0.96 sec. 2024-07-23 01:37:21 02477_age_date32: [ OK ] 3.54 sec. 2024-07-23 01:37:21 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 29.09 sec. 2024-07-23 01:37:21 02476_fuse_sum_count: [ OK ] 2.38 sec. 2024-07-23 01:37:22 02474_fix_function_parser_bug: [ OK ] 0.56 sec. 2024-07-23 01:37:22 02475_join_bug_42832: [ OK ] 1.63 sec. 2024-07-23 01:37:23 02475_analysis_of_variance: [ OK ] 2.35 sec. 2024-07-23 01:37:23 02500_bson_read_object_id: [ OK ] 22.22 sec. 2024-07-23 01:37:24 02466_distributed_query_profiler: [ OK ] 1.66 sec. 2024-07-23 01:37:25 02465_limit_trivial_max_rows_to_read: [ OK ] 2.61 sec. 2024-07-23 01:37:28 02458_empty_hdfs_url: [ OK ] 2.45 sec. 2024-07-23 01:37:29 02461_mullable_pk_monotonicity_bug: [ OK ] 5.43 sec. 2024-07-23 01:37:31 02457_filesystem_function: [ OK ] 2.00 sec. 2024-07-23 01:37:32 02461_alter_update_respect_part_column_type_bug: [ OK ] 8.41 sec. 2024-07-23 01:37:35 02458_insert_select_progress_tcp: [ OK ] 6.64 sec. 2024-07-23 01:37:36 02496_remove_redundant_sorting: [ OK ] 34.05 sec. 2024-07-23 01:37:38 02456_test_zero_copy_mutation: [ OK ] 2.43 sec. 2024-07-23 01:37:39 02457_csv_parse_date_out_of_range: [ OK ] 7.16 sec. 2024-07-23 01:37:43 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 3.55 sec. 2024-07-23 01:37:45 02456_bloom_filter_assert: [ OK ] 9.37 sec. 2024-07-23 01:37:48 02456_keeper_retries_during_insert: [ OK ] 9.46 sec. 2024-07-23 01:37:49 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 5.93 sec. 2024-07-23 01:37:49 02430_initialize_aggregation_with_combinators: [ OK ] 1.05 sec. 2024-07-23 01:37:50 02440_mutations_finalization: [ OK ] 4.66 sec. 2024-07-23 01:37:51 02422_read_numbers_as_strings: [ OK ] 1.12 sec. 2024-07-23 01:37:51 02426_pod_array_overflow_2: [ OK ] 1.66 sec. 2024-07-23 01:37:55 02461_cancel_finish_race: [ OK ] 31.49 sec. 2024-07-23 01:37:55 02456_async_inserts_logs: [ OK ] 22.98 sec. 2024-07-23 01:37:56 02417_null_variadic_behaviour: [ OK ] 5.12 sec. 2024-07-23 01:37:56 02420_stracktrace_debug_symbols: [ OK ] 5.23 sec. 2024-07-23 01:37:56 02415_all_new_functions_must_be_documented: [ OK ] 0.95 sec. 2024-07-23 01:37:57 02416_rocksdb_delete_update: [ OK ] 1.94 sec. 2024-07-23 01:37:57 02394_every_profile_event_must_have_documentation: [ OK ] 0.78 sec. 2024-07-23 01:37:57 02407_array_element_from_map_wrong_type: [ OK ] 1.06 sec. 2024-07-23 01:37:57 02412_nlp: [ OK ] 1.16 sec. 2024-07-23 01:37:57 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 01:37:57 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 01:37:58 02392_every_setting_must_have_documentation: [ OK ] 0.78 sec. 2024-07-23 01:37:58 02581_share_big_sets_between_mutation_tasks: [ OK ] 84.92 sec. 2024-07-23 01:37:59 02385_analyzer_aliases_compound_expression: [ OK ] 2.39 sec. 2024-07-23 01:38:00 02380_analyzer_join_sample: [ OK ] 1.23 sec. 2024-07-23 01:38:00 02381_arrow_dict_to_lc: [ OK ] 2.01 sec. 2024-07-23 01:38:00 02375_scalar_lc_cte: [ OK ] 0.75 sec. 2024-07-23 01:38:01 02377_analyzer_in_function_set: [ OK ] 1.30 sec. 2024-07-23 01:38:05 02381_compress_marks_and_primary_key: [ OK ] 7.42 sec. 2024-07-23 01:38:05 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.73 sec. 2024-07-23 01:38:07 02383_arrow_dict_special_cases: [ OK ] 9.73 sec. 2024-07-23 01:38:08 02378_part_log_profile_events: [ OK ] 8.21 sec. 2024-07-23 01:38:08 02368_analyzer_table_functions: [ OK ] 1.03 sec. 2024-07-23 01:38:09 02366_window_function_order_by: [ OK ] 0.88 sec. 2024-07-23 01:38:09 02367_analyzer_table_alias_columns: [ OK ] 1.54 sec. 2024-07-23 01:38:10 02366_normalize_aggregate_function_types_and_states: [ OK ] 1.10 sec. 2024-07-23 01:38:12 02366_explain_query_tree: [ OK ] 1.20 sec. 2024-07-23 01:38:13 02364_dictionary_datetime_64_attribute_crash: [ OK ] 1.09 sec. 2024-07-23 01:38:13 02366_kql_summarize: [ OK ] 4.18 sec. 2024-07-23 01:38:15 02359_send_logs_source_regexp: [ OK ] 2.12 sec. 2024-07-23 01:38:16 02360_send_logs_level_colors: [ OK ] 3.50 sec. 2024-07-23 01:38:17 02355_column_type_name_lc: [ OK ] 0.78 sec. 2024-07-23 01:38:18 02476_analyzer_identifier_hints: [ OK ] 58.78 sec. 2024-07-23 01:38:18 02354_tuple_element_with_default: [ OK ] 1.20 sec. 2024-07-23 01:38:19 02374_analyzer_join_using: [ OK ] 18.06 sec. 2024-07-23 01:38:19 02354_numeric_literals_with_underscores: [ OK ] 0.87 sec. 2024-07-23 01:38:19 02353_ascii: [ OK ] 0.84 sec. 2024-07-23 01:38:20 02353_partition_prune_nullable_key: [ OK ] 0.97 sec. 2024-07-23 01:38:21 02346_to_hour_monotonicity_fix: [ OK ] 1.21 sec. 2024-07-23 01:38:21 02353_translate: [ OK ] 2.83 sec. 2024-07-23 01:38:22 02346_position_countsubstrings_zero_byte: [ OK ] 1.65 sec. 2024-07-23 01:38:23 02357_query_cancellation_race: [ OK ] 7.85 sec. 2024-07-23 01:38:25 02345_filesystem_local: [ OK ] 1.99 sec. 2024-07-23 01:38:25 02345_create_table_allow_trailing_comma: [ OK ] 1.31 sec. 2024-07-23 01:38:27 02343_aggregation_pipeline: [ OK ] 1.95 sec. 2024-07-23 01:38:27 02341_global_join_cte: [ OK ] 2.43 sec. 2024-07-23 01:38:27 02346_into_outfile_and_stdout: [ OK ] 5.99 sec. 2024-07-23 01:38:28 02336_sort_optimization_with_fill: [ OK ] 0.86 sec. 2024-07-23 01:38:29 02324_map_combinator_bug: [ OK ] 1.58 sec. 2024-07-23 01:38:29 02335_column_ttl_expired_column_optimization: [ OK ] 2.32 sec. 2024-07-23 01:38:30 02370_lost_part_intersecting_merges: [ OK ] 24.21 sec. 2024-07-23 01:38:30 02317_functions_with_nothing: [ OK ] 1.24 sec. 2024-07-23 01:38:30 02316_const_string_intersact: [ OK ] 0.81 sec. 2024-07-23 01:38:31 02316_cast_to_ip_address_default_column: [ OK ] 1.45 sec. 2024-07-23 01:38:31 02315_pmj_union_ubsan_35857: [ OK ] 0.85 sec. 2024-07-23 01:38:31 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.92 sec. 2024-07-23 01:38:32 02311_normalize_utf8_constant: [ OK ] 0.66 sec. 2024-07-23 01:38:33 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 1.70 sec. 2024-07-23 01:38:33 02315_readonly_create_function: [ OK ] 2.44 sec. 2024-07-23 01:38:34 02306_rowbinary_has_no_bom: [ OK ] 1.52 sec. 2024-07-23 01:38:34 02317_distinct_in_order_optimization: [ OK ] 6.80 sec. 2024-07-23 01:38:35 02302_clash_const_aggegate_join: [ OK ] 1.60 sec. 2024-07-23 01:38:37 02293_h3_line: [ OK ] 2.25 sec. 2024-07-23 01:38:38 02290_client_insert_cancel: [ OK ] 3.07 sec. 2024-07-23 01:38:39 02285_hex_bin_support_more_types: [ OK ] 1.75 sec. 2024-07-23 01:38:40 02267_output_format_prometheus: [ OK ] 1.26 sec. 2024-07-23 01:38:40 02294_floating_point_second_in_settings: [ OK ] 6.50 sec. 2024-07-23 01:38:40 02293_ttest_large_samples: [ OK ] 6.44 sec. 2024-07-23 01:38:41 02251_last_day_of_month: [ OK ] 0.93 sec. 2024-07-23 01:38:42 02260_alter_compact_part_drop_nested_column: [ OK ] 1.75 sec. 2024-07-23 01:38:44 02244_make_datetime: [ OK ] 2.48 sec. 2024-07-23 01:38:45 02250_lots_of_columns_in_csv_with_names: [ OK ] 4.95 sec. 2024-07-23 01:38:46 02243_in_ip_address: [ OK ] 1.02 sec. 2024-07-23 01:38:46 02243_make_date32_mysql: [ OK ] 2.14 sec. 2024-07-23 01:38:47 02242_throw_if_constant_argument: [ OK ] 0.75 sec. 2024-07-23 01:38:48 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.76 sec. 2024-07-23 01:38:49 02234_position_case_insensitive_utf8: [ OK ] 0.71 sec. 2024-07-23 01:38:49 02372_analyzer_join: [ OK ] 48.39 sec. 2024-07-23 01:38:50 02421_truncate_isolation_no_merges: [ OK ] 60.27 sec. 2024-07-23 01:38:50 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.44 sec. 2024-07-23 01:38:51 02220_array_join_format: [ OK ] 0.72 sec. 2024-07-23 01:38:51 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 2.03 sec. 2024-07-23 01:38:52 02224_parallel_distributed_insert_select_cluster: [ OK ] 1.78 sec. 2024-07-23 01:38:54 02207_s3_content_type: [ OK ] 2.99 sec. 2024-07-23 01:38:55 02189_join_type_conversion: [ OK ] 0.78 sec. 2024-07-23 01:38:55 02346_read_in_order_fixed_prefix: [ OK ] 34.86 sec. 2024-07-23 01:38:56 02205_postgresql_functions: [ OK ] 3.65 sec. 2024-07-23 01:38:56 02185_arraySlice_negative_offset_size: [ OK ] 1.19 sec. 2024-07-23 01:38:56 02206_format_override: [ OK ] 4.62 sec. 2024-07-23 01:38:56 02184_range_hashed_dictionary_outside_range_values: [ OK ] 1.16 sec. 2024-07-23 01:38:57 02184_ipv6_cast_test: [ OK ] 0.97 sec. 2024-07-23 01:38:57 02242_case_insensitive_column_matching: [ OK ] 10.49 sec. 2024-07-23 01:38:57 02184_ipv6_select_parsing: [ OK ] 1.10 sec. 2024-07-23 01:38:58 02246_is_secure_query_log: [ OK ] 16.72 sec. 2024-07-23 01:38:58 02181_dictionary_attach_detach: [ OK ] 1.79 sec. 2024-07-23 01:38:59 02184_storage_add_support_ttl: [ OK ] 2.54 sec. 2024-07-23 01:38:59 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 01:38:59 02177_sum_if_not_found: [ OK ] 1.66 sec. 2024-07-23 01:38:59 02179_bool_type: [ OK ] 2.45 sec. 2024-07-23 01:39:00 02165_h3_edge_length_km: [ OK ] 1.15 sec. 2024-07-23 01:39:00 02183_dictionary_date_types: [ OK ] 3.75 sec. 2024-07-23 01:39:00 02158_ztest: [ OK ] 1.03 sec. 2024-07-23 01:39:00 02160_h3_hex_area_Km2: [ OK ] 1.18 sec. 2024-07-23 01:39:01 02154_bitmap_contains: [ OK ] 0.75 sec. 2024-07-23 01:39:01 02148_cast_type_parsing: [ OK ] 0.76 sec. 2024-07-23 01:39:02 02158_proportions_ztest: [ OK ] 1.94 sec. 2024-07-23 01:39:02 02147_order_by_optimizations: [ OK ] 1.27 sec. 2024-07-23 01:39:03 02142_http_with_query_parameters: [ OK ] 1.65 sec. 2024-07-23 01:39:03 02155_dictionary_comment: [ OK ] 2.67 sec. 2024-07-23 01:39:03 02158_ztest_cmp: [ OK ] 3.73 sec. 2024-07-23 01:39:03 02133_issue_32458: [ OK ] 1.14 sec. 2024-07-23 01:39:04 02128_cast_nullable: [ OK ] 0.92 sec. 2024-07-23 01:39:05 02136_kill_scalar_queries: [ OK ] 3.03 sec. 2024-07-23 01:39:05 02131_row_policies_combination: [ OK ] 2.21 sec. 2024-07-23 01:39:05 02126_url_auth: [ OK ] 2.02 sec. 2024-07-23 01:39:06 02125_transform_decimal_bug: [ OK ] 1.00 sec. 2024-07-23 01:39:06 02125_constant_if_condition_and_not_existing_column: [ OK ] 1.21 sec. 2024-07-23 01:39:08 02124_insert_deduplication_token: [ OK ] 1.62 sec. 2024-07-23 01:39:10 02271_replace_partition_many_tables: [ OK ] 32.12 sec. 2024-07-23 01:39:15 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 7.80 sec. 2024-07-23 01:39:17 02124_insert_deduplication_token_materialized_views: [ OK ] 11.63 sec. 2024-07-23 01:39:19 02122_parallel_formatting_Vertical: [ OK ] 8.64 sec. 2024-07-23 01:39:19 02124_buffer_with_type_map_long: [ OK ] 13.14 sec. 2024-07-23 01:39:20 02125_lz4_compression_bug_CSV: [ OK ] 16.57 sec. 2024-07-23 01:39:22 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 6.07 sec. 2024-07-23 01:39:22 02125_lz4_compression_bug_Values: [ OK ] 18.40 sec. 2024-07-23 01:39:22 02122_parallel_formatting_TSV: [ OK ] 5.36 sec. 2024-07-23 01:39:26 02122_join_group_by_timeout: [ OK ] 6.70 sec. 2024-07-23 01:39:26 02174_cte_scalar_cache_mv: [ OK ] 28.52 sec. 2024-07-23 01:39:27 02473_multistep_prewhere: [ OK ] 125.08 sec. 2024-07-23 01:39:27 02113_format_row: [ OK ] 0.95 sec. 2024-07-23 01:39:27 02113_base64encode_trailing_bytes_1: [ OK ] 0.77 sec. 2024-07-23 01:39:28 02122_parallel_formatting_JSONCompact: [ OK ] 6.35 sec. 2024-07-23 01:39:29 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 6.38 sec. 2024-07-23 01:39:29 02121_pager: [ OK ] 2.85 sec. 2024-07-23 01:39:29 02112_skip_index_set_and_or: [ OK ] 0.87 sec. 2024-07-23 01:39:30 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.20 sec. 2024-07-23 01:39:30 02111_with_fill_no_rows: [ OK ] 1.13 sec. 2024-07-23 01:39:31 02112_delayed_clickhouse_local: [ OK ] 3.40 sec. 2024-07-23 01:39:31 02097_initializeAggregationNullable: [ OK ] 0.94 sec. 2024-07-23 01:39:31 02110_clickhouse_local_custom_tld: [ OK ] 2.07 sec. 2024-07-23 01:39:31 02122_parallel_formatting_JSON: [ OK ] 8.72 sec. 2024-07-23 01:39:31 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 12.27 sec. 2024-07-23 01:39:32 02097_polygon_dictionary_store_key: [ OK ] 1.71 sec. 2024-07-23 01:39:32 02039_group_by_with_totals_having: [ OK ] 0.81 sec. 2024-07-23 01:39:33 02025_having_filter_column: [ OK ] 1.05 sec. 2024-07-23 01:39:33 02027_ngrams: [ OK ] 2.11 sec. 2024-07-23 01:39:33 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.72 sec. 2024-07-23 01:39:34 02025_nested_func_for_if_combinator: [ OK ] 1.80 sec. 2024-07-23 01:39:35 02021_h3_is_res_classIII: [ OK ] 1.10 sec. 2024-07-23 01:39:35 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 14.68 sec. 2024-07-23 01:39:40 02021_exponential_sum_shard: [ OK ] 5.62 sec. 2024-07-23 01:39:42 02016_agg_empty_result_bug_28880: [ OK ] 1.32 sec. 2024-07-23 01:39:43 02021_create_database_with_comment: [ OK ] 9.30 sec. 2024-07-23 01:39:43 02017_bit_shift_left_for_string_integer: [ OK ] 8.28 sec. 2024-07-23 01:39:44 02025_storage_filelog_virtual_col: [ OK ] 12.12 sec. 2024-07-23 01:39:45 02012_zookeeper_changed_enum_type: [ OK ] 1.44 sec. 2024-07-23 01:39:46 02015_async_inserts_2: [ OK ] 3.73 sec. 2024-07-23 01:39:46 02012_sha512_fixedstring: [ OK ] 1.10 sec. 2024-07-23 01:39:47 02013_json_function_null_column: [ OK ] 4.38 sec. 2024-07-23 01:39:48 02013_zlib_read_after_eof: [ OK ] 4.82 sec. 2024-07-23 01:39:49 02009_body_query_params: [ OK ] 1.50 sec. 2024-07-23 01:39:50 02007_join_use_nulls: [ OK ] 1.35 sec. 2024-07-23 01:39:51 02024_join_on_or_long: [ OK ] 17.72 sec. 2024-07-23 01:39:52 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 1.32 sec. 2024-07-23 01:39:52 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 3.54 sec. 2024-07-23 01:39:52 02011_normalize_utf8: [ OK ] 5.79 sec. 2024-07-23 01:39:52 02046_low_cardinality_parallel_group_by: [ OK ] 21.09 sec. 2024-07-23 01:39:53 01958_partial_hour_timezone: [ OK ] 0.91 sec. 2024-07-23 01:39:53 02010_lc_native: [ OK ] 6.36 sec. 2024-07-23 01:39:54 02003_compress_bz2: [ OK ] 3.04 sec. 2024-07-23 01:39:54 02001_append_output_file: [ OK ] 2.65 sec. 2024-07-23 01:39:56 02030_rocksdb_race_long: [ OK ] 25.15 sec. 2024-07-23 01:39:57 01950_kill_large_group_by_query: [ OK ] 4.57 sec. 2024-07-23 01:39:57 01945_show_debug_warning: [ OK ] 4.15 sec. 2024-07-23 01:39:58 01940_totimezone_operator_monotonicity: [ OK ] 1.08 sec. 2024-07-23 01:39:58 01940_point_in_polygon_ubsan: [ OK ] 0.74 sec. 2024-07-23 01:39:59 01937_nested_chinese: [ OK ] 1.06 sec. 2024-07-23 01:39:59 01938_joins_identifiers: [ OK ] 1.28 sec. 2024-07-23 01:40:00 01944_insert_partition_by: [ OK ] 5.87 sec. 2024-07-23 01:40:01 01947_mv_subquery: [ OK ] 7.81 sec. 2024-07-23 01:40:01 01926_date_date_time_supertype: [ OK ] 1.53 sec. 2024-07-23 01:40:01 01942_dateTimeToSnowflake: [ OK ] 4.68 sec. 2024-07-23 01:40:02 01922_array_join_with_index: [ OK ] 1.25 sec. 2024-07-23 01:40:02 01921_test_progress_bar: [ OK ] 1.01 sec. 2024-07-23 01:40:02 01921_with_fill_with_totals: [ OK ] 1.03 sec. 2024-07-23 01:40:02 01943_query_id_check: [ OK ] 7.90 sec. 2024-07-23 01:40:03 01913_names_of_tuple_literal: [ OK ] 0.78 sec. 2024-07-23 01:40:03 02100_multiple_hosts_command_line_set_ssl: [ OK ] 34.00 sec. 2024-07-23 01:40:03 01917_system_data_skipping_indices: [ OK ] 1.38 sec. 2024-07-23 01:40:03 01906_partition_by_multiply_by_zero: [ OK ] 1.05 sec. 2024-07-23 01:40:04 01901_in_literal_shard_prune: [ OK ] 1.19 sec. 2024-07-23 01:40:05 01891_not_like_partition_prune: [ OK ] 1.12 sec. 2024-07-23 01:40:05 01891_partition_hash_no_long_int: [ OK ] 1.26 sec. 2024-07-23 01:40:05 01925_map_populate_series_on_map: [ OK ] 5.17 sec. 2024-07-23 01:40:06 01917_prewhere_column_type: [ OK ] 3.62 sec. 2024-07-23 01:40:07 01893_jit_aggregation_function_min_long: [ OK ] 3.49 sec. 2024-07-23 01:40:07 01882_scalar_subquery_exception: [ OK ] 2.22 sec. 2024-07-23 01:40:07 02003_memory_limit_in_client: [ OK ] 15.40 sec. 2024-07-23 01:40:07 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.75 sec. 2024-07-23 01:40:08 01872_functions_to_subcolumns: [ OK ] 1.80 sec. 2024-07-23 01:40:08 01890_jit_aggregation_function_sum_long: [ OK ] 3.48 sec. 2024-07-23 01:40:08 01851_s2_to_geo: [ OK ] 0.79 sec. 2024-07-23 01:40:09 01832_memory_write_suffix: [ OK ] 0.92 sec. 2024-07-23 01:40:09 01845_add_testcase_for_arrayElement: [ OK ] 1.23 sec. 2024-07-23 01:40:09 01890_state_of_state: [ OK ] 4.54 sec. 2024-07-23 01:40:09 01831_max_streams: [ OK ] 0.79 sec. 2024-07-23 01:40:09 01866_bit_positions_to_array: [ OK ] 2.36 sec. 2024-07-23 01:40:10 01825_type_json_field: [ OK ] 1.40 sec. 2024-07-23 01:40:10 01854_HTTP_dict_decompression: [ OK ] 3.24 sec. 2024-07-23 01:40:10 01882_total_rows_approx: [ OK ] 4.77 sec. 2024-07-23 01:40:11 01825_type_json_1: [ OK ] 2.78 sec. 2024-07-23 01:40:12 01825_type_json_mutations: [ OK ] 1.53 sec. 2024-07-23 01:40:13 01825_type_json_ephemeral: [ OK ] 0.99 sec. 2024-07-23 01:40:13 01825_type_json_empty_string: [ OK ] 0.97 sec. 2024-07-23 01:40:14 01825_type_json_3: [ OK ] 3.08 sec. 2024-07-23 01:40:15 01821_join_table_mutation: [ OK ] 1.94 sec. 2024-07-23 01:40:15 01825_type_json_13: [ OK ] 6.03 sec. 2024-07-23 01:40:16 01825_type_json_15: [ OK ] 6.07 sec. 2024-07-23 01:40:16 01818_case_float_value_fangyc: [ OK ] 0.75 sec. 2024-07-23 01:40:16 01818_move_partition_simple: [ OK ] 2.26 sec. 2024-07-23 01:40:16 01813_quantileBfloat16_nans: [ OK ] 0.87 sec. 2024-07-23 01:40:17 01812_has_generic: [ OK ] 0.83 sec. 2024-07-23 01:40:17 01817_storage_buffer_parameters: [ OK ] 1.48 sec. 2024-07-23 01:40:17 01795_TinyLog_rwlock_ub: [ OK ] 0.91 sec. 2024-07-23 01:40:17 01825_type_json_4: [ OK ] 7.15 sec. 2024-07-23 01:40:18 01927_query_views_log_matview_exceptions: [ OK ] 18.92 sec. 2024-07-23 01:40:20 01780_column_sparse_distinct: [ OK ] 1.55 sec. 2024-07-23 01:40:20 01780_column_sparse_tuple: [ OK ] 2.47 sec. 2024-07-23 01:40:21 01774_tuple_null_in: [ OK ] 0.92 sec. 2024-07-23 01:40:21 01822_short_circuit: [ OK ] 8.44 sec. 2024-07-23 01:40:22 01776_decrypt_aead_size_check: [ OK ] 2.03 sec. 2024-07-23 01:40:22 01771_datetime64_no_time_part: [ OK ] 0.85 sec. 2024-07-23 01:40:22 01783_parallel_formatting_memory: [ OK ] 5.45 sec. 2024-07-23 01:40:22 01773_datetime64_add_ubsan: [ OK ] 1.25 sec. 2024-07-23 01:40:23 01798_uniq_theta_sketch: [ OK ] 6.68 sec. 2024-07-23 01:40:23 01762_deltasumtimestamp: [ OK ] 1.34 sec. 2024-07-23 01:40:24 01788_update_nested_type_subcolumn_check: [ OK ] 7.02 sec. 2024-07-23 01:40:24 01720_engine_file_empty_if_not_exists: [ OK ] 1.09 sec. 2024-07-23 01:40:25 01753_optimize_aggregation_in_order: [ OK ] 2.65 sec. 2024-07-23 01:40:25 01710_projection_array_join: [ OK ] 1.06 sec. 2024-07-23 01:40:25 01746_extract_text_from_html: [ OK ] 2.83 sec. 2024-07-23 01:40:25 01710_projection_with_ast_rewrite_settings: [ OK ] 2.15 sec. 2024-07-23 01:40:25 01710_projection_group_by_order_by: [ OK ] 1.53 sec. 2024-07-23 01:40:26 01710_projection_row_policy: [ OK ] 1.26 sec. 2024-07-23 01:40:26 01710_projections_and_duplicate_columms: [ OK ] 1.45 sec. 2024-07-23 01:40:26 01710_projection_optimize_group_by_function_keys: [ OK ] 1.08 sec. 2024-07-23 01:40:26 01710_projections_group_by_no_key: [ OK ] 1.14 sec. 2024-07-23 01:40:28 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 1.37 sec. 2024-07-23 01:40:28 01710_order_by_projections_incomplete: [ OK ] 1.42 sec. 2024-07-23 01:40:28 01746_forbid_drop_column_referenced_by_mv: [ OK ] 5.78 sec. 2024-07-23 01:40:28 01825_type_json_nbagames: [ OK ] 18.95 sec. 2024-07-23 01:40:28 01710_projection_drop_if_exists: [ OK ] 1.93 sec. 2024-07-23 01:40:28 01710_normal_projection_join_plan_fix: [ OK ] 1.66 sec. 2024-07-23 01:40:29 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 1.05 sec. 2024-07-23 01:40:29 01702_toDateTime_from_string_clamping: [ OK ] 1.02 sec. 2024-07-23 01:40:29 01710_normal_projection_with_query_plan_optimization: [ OK ] 4.02 sec. 2024-07-23 01:40:29 01700_point_in_polygon_ubsan: [ OK ] 1.19 sec. 2024-07-23 01:40:29 01700_mod_negative_type_promotion: [ OK ] 1.24 sec. 2024-07-23 01:40:30 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 1.59 sec. 2024-07-23 01:40:30 01685_json_extract_double_as_float: [ OK ] 1.22 sec. 2024-07-23 01:40:30 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.94 sec. 2024-07-23 01:40:31 01669_test_toYear_mysql_dialect: [ OK ] 0.73 sec. 2024-07-23 01:40:31 01680_date_time_add_ubsan: [ OK ] 1.83 sec. 2024-07-23 01:40:31 01671_aggregate_function_group_bitmap_data: [ OK ] 1.67 sec. 2024-07-23 01:40:32 01674_clickhouse_client_query_param_cte: [ OK ] 2.09 sec. 2024-07-23 01:40:32 01667_aes_args_check: [ OK ] 1.37 sec. 2024-07-23 01:40:32 01670_distributed_bytes_to_throw_insert: [ OK ] 2.25 sec. 2024-07-23 01:40:32 01663_test_toDate_mysql_compatibility: [ OK ] 0.80 sec. 2024-07-23 01:40:32 01663_quantile_weighted_overflow: [ OK ] 0.81 sec. 2024-07-23 01:40:33 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.93 sec. 2024-07-23 01:40:33 01662_join_mixed: [ OK ] 1.04 sec. 2024-07-23 01:40:33 01655_test_isnull_mysql_dialect: [ OK ] 0.74 sec. 2024-07-23 01:40:34 01650_expressions_merge_bug: [ OK ] 0.85 sec. 2024-07-23 01:40:35 01691_parser_data_type_exponential: [ OK ] 6.74 sec. 2024-07-23 01:40:35 01640_distributed_async_insert_compression: [ OK ] 1.56 sec. 2024-07-23 01:40:37 01646_rewrite_sum_if: [ OK ] 3.76 sec. 2024-07-23 01:40:37 01641_memory_tracking_insert_optimize: [ OK ] 3.98 sec. 2024-07-23 01:40:37 01634_sum_map_nulls: [ OK ] 1.96 sec. 2024-07-23 01:40:37 01632_max_partitions_to_read: [ OK ] 2.14 sec. 2024-07-23 01:40:38 01623_byte_size_const: [ OK ] 0.82 sec. 2024-07-23 01:40:39 01622_constraints_where_optimization: [ OK ] 1.71 sec. 2024-07-23 01:40:39 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 2.02 sec. 2024-07-23 01:40:39 01621_sort_after_join_pipeline_stuck: [ OK ] 1.14 sec. 2024-07-23 01:40:40 01622_defaults_for_url_engine: [ OK ] 2.12 sec. 2024-07-23 01:40:40 01605_key_condition_enum_int: [ OK ] 1.16 sec. 2024-07-23 01:40:40 01605_skip_idx_compact_parts: [ OK ] 1.50 sec. 2024-07-23 01:40:41 01605_drop_settings_profile_while_assigned: [ OK ] 1.09 sec. 2024-07-23 01:40:43 01596_setting_limit_offset: [ OK ] 2.24 sec. 2024-07-23 01:40:43 01593_insert_settings: [ OK ] 2.56 sec. 2024-07-23 01:40:44 01607_arrays_as_nested_csv: [ OK ] 4.85 sec. 2024-07-23 01:40:44 01585_fuzz_bits_with_bugfix: [ OK ] 0.85 sec. 2024-07-23 01:40:44 01602_runningConcurrency: [ OK ] 4.02 sec. 2024-07-23 01:40:45 01586_columns_pruning: [ OK ] 2.05 sec. 2024-07-23 01:40:45 01567_system_processes_current_database: [ OK ] 0.74 sec. 2024-07-23 01:40:46 01560_DateTime_and_DateTime64_comparision: [ OK ] 0.96 sec. 2024-07-23 01:40:47 01560_optimize_on_insert_zookeeper: [ OK ] 2.35 sec. 2024-07-23 01:40:47 01554_interpreter_integer_float: [ OK ] 1.11 sec. 2024-07-23 01:40:47 01654_test_writer_block_sequence: [ OK ] 15.04 sec. 2024-07-23 01:40:48 01553_datetime64_comparison: [ OK ] 0.88 sec. 2024-07-23 01:40:48 01552_dict_fixedstring: [ OK ] 1.13 sec. 2024-07-23 01:40:49 01550_mutation_subquery: [ OK ] 1.32 sec. 2024-07-23 01:40:50 01549_low_cardinality_materialized_view: [ OK ] 1.21 sec. 2024-07-23 01:40:50 01576_alias_column_rewrite: [ OK ] 5.70 sec. 2024-07-23 01:40:50 01548_with_totals_having: [ OK ] 1.30 sec. 2024-07-23 01:40:50 01558_ttest_scipy: [ OK ] 4.92 sec. 2024-07-23 01:40:50 01666_merge_tree_max_query_limit: [ OK ] 19.28 sec. 2024-07-23 01:40:51 01544_errorCodeToName: [ OK ] 1.02 sec. 2024-07-23 01:40:51 01548_uncomparable_columns_in_keys: [ OK ] 1.65 sec. 2024-07-23 01:40:52 01532_collate_in_low_cardinality: [ OK ] 1.77 sec. 2024-07-23 01:40:52 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 1.29 sec. 2024-07-23 01:40:52 01782_field_oom: [ OK ] 34.70 sec. 2024-07-23 01:40:53 01540_verbatim_partition_pruning: [ OK ] 2.46 sec. 2024-07-23 01:40:53 01525_select_with_offset_fetch_clause: [ OK ] 1.17 sec. 2024-07-23 01:40:53 01521_max_length_alias: [ OK ] 1.08 sec. 2024-07-23 01:40:53 01526_param_uuid: [ OK ] 2.12 sec. 2024-07-23 01:40:54 01532_primary_key_without_order_by_zookeeper: [ OK ] 3.73 sec. 2024-07-23 01:40:54 01518_cast_nullable_virtual_system_column: [ OK ] 1.14 sec. 2024-07-23 01:40:55 01514_input_format_json_enum_as_number: [ OK ] 0.94 sec. 2024-07-23 01:40:55 01550_create_map_type: [ OK ] 6.81 sec. 2024-07-23 01:40:56 01515_logtrace_function: [ OK ] 2.21 sec. 2024-07-23 01:40:57 01523_client_local_queries_file_parameter: [ OK ] 4.58 sec. 2024-07-23 01:40:57 01509_dictionary_preallocate: [ OK ] 2.46 sec. 2024-07-23 01:40:58 01508_query_obfuscator: [ OK ] 1.83 sec. 2024-07-23 01:40:58 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 3.37 sec. 2024-07-23 01:40:59 01507_transform_null_in: [ OK ] 1.14 sec. 2024-07-23 01:40:59 01505_log_distributed_deadlock: [ OK ] 1.22 sec. 2024-07-23 01:40:59 01506_buffer_table_alter_block_structure: [ OK ] 1.75 sec. 2024-07-23 01:41:00 01497_now_support_timezone: [ OK ] 0.86 sec. 2024-07-23 01:41:00 01499_json_named_tuples: [ OK ] 1.04 sec. 2024-07-23 01:41:00 01508_format_regexp_raw: [ OK ] 3.56 sec. 2024-07-23 01:41:01 01497_extract_all_groups_empty_match: [ OK ] 0.84 sec. 2024-07-23 01:41:02 01496_signedness_conversion_monotonicity: [ OK ] 1.14 sec. 2024-07-23 01:41:02 01497_alias_on_default_array: [ OK ] 1.33 sec. 2024-07-23 01:41:04 01518_nullable_aggregate_states2: [ OK ] 11.48 sec. 2024-07-23 01:41:04 01483_merge_table_join_and_group_by: [ OK ] 3.13 sec. 2024-07-23 01:41:06 01472_many_rows_in_totals: [ OK ] 1.32 sec. 2024-07-23 01:41:06 01463_resample_overflow: [ OK ] 1.79 sec. 2024-07-23 01:41:06 01474_custom_null_tsv: [ OK ] 4.57 sec. 2024-07-23 01:41:06 01656_sequence_next_node_long: [ OK ] 34.31 sec. 2024-07-23 01:41:06 01502_bar_overflow: [ OK ] 7.77 sec. 2024-07-23 01:41:07 01460_mark_inclusion_search_crash: [ OK ] 1.32 sec. 2024-07-23 01:41:07 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.82 sec. 2024-07-23 01:41:08 01458_count_digits: [ OK ] 1.31 sec. 2024-07-23 01:41:08 01450_set_null_const: [ OK ] 1.03 sec. 2024-07-23 01:41:08 01457_order_by_nulls_first: [ OK ] 1.76 sec. 2024-07-23 01:41:09 01477_lc_in_merge_join_left_key: [ OK ] 7.42 sec. 2024-07-23 01:41:09 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.88 sec. 2024-07-23 01:41:09 01457_int256_hashing: [ OK ] 2.70 sec. 2024-07-23 01:41:10 01442_h3kring_range_check: [ OK ] 2.15 sec. 2024-07-23 01:41:10 01421_array_nullable_element_nullable_index: [ OK ] 0.92 sec. 2024-07-23 01:41:10 01436_storage_merge_with_join_push_down: [ OK ] 1.94 sec. 2024-07-23 01:41:11 01413_alter_update_supertype: [ OK ] 1.37 sec. 2024-07-23 01:41:11 01411_xor_itai_shirav: [ OK ] 0.63 sec. 2024-07-23 01:41:11 01413_if_array_uuid: [ OK ] 0.78 sec. 2024-07-23 01:41:12 01358_constexpr_constraint: [ OK ] 1.58 sec. 2024-07-23 01:41:12 01356_state_resample: [ OK ] 1.53 sec. 2024-07-23 01:41:13 01509_parallel_quorum_and_merge_long: [ OK ] 18.78 sec. 2024-07-23 01:41:14 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 1.31 sec. 2024-07-23 01:41:14 01351_geohash_assert: [ OK ] 0.74 sec. 2024-07-23 01:41:16 01384_bloom_filter_bad_arguments: [ OK ] 4.78 sec. 2024-07-23 01:41:16 01333_select_abc_asterisk: [ OK ] 1.39 sec. 2024-07-23 01:41:17 01326_hostname_alias: [ OK ] 0.76 sec. 2024-07-23 01:41:17 01330_array_join_in_higher_order_function: [ OK ] 1.37 sec. 2024-07-23 01:41:17 01410_nullable_key_and_index: [ OK ] 6.90 sec. 2024-07-23 01:41:18 01324_settings_documentation: [ OK ] 0.89 sec. 2024-07-23 01:41:18 01322_cast_keep_nullable: [ OK ] 1.33 sec. 2024-07-23 01:41:19 01302_polygons_distance: [ OK ] 1.35 sec. 2024-07-23 01:41:20 01293_show_settings: [ OK ] 0.69 sec. 2024-07-23 01:41:20 01301_polygons_within: [ OK ] 1.63 sec. 2024-07-23 01:41:22 01414_low_cardinality_nullable: [ OK ] 12.40 sec. 2024-07-23 01:41:22 01293_pretty_max_value_width: [ OK ] 1.93 sec. 2024-07-23 01:41:22 01355_CSV_input_format_allow_errors: [ OK ] 9.40 sec. 2024-07-23 01:41:22 01280_unicode_whitespaces_lexer: [ OK ] 0.72 sec. 2024-07-23 01:41:24 01513_optimize_aggregation_in_order_memory_long: [ OK ] 29.41 sec. 2024-07-23 01:41:24 01278_format_multiple_queries: [ OK ] 1.45 sec. 2024-07-23 01:41:24 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 10.32 sec. 2024-07-23 01:41:25 01283_strict_resize_bug: [ OK ] 4.64 sec. 2024-07-23 01:41:26 01273_lc_fixed_string_field: [ OK ] 1.15 sec. 2024-07-23 01:41:26 01279_empty_external_table: [ OK ] 4.04 sec. 2024-07-23 01:41:27 01272_offset_without_limit: [ OK ] 1.10 sec. 2024-07-23 01:41:28 01271_show_privileges: [ OK ] 0.84 sec. 2024-07-23 01:41:28 01273_arrow_decimal: [ OK ] 5.71 sec. 2024-07-23 01:41:29 01446_json_strings_each_row: [ OK ] 21.49 sec. 2024-07-23 01:41:29 01268_mergine_sorted_limit: [ OK ] 1.07 sec. 2024-07-23 01:41:29 01318_encrypt: [ OK ] 12.01 sec. 2024-07-23 01:41:30 01255_geo_types_livace: [ OK ] 1.13 sec. 2024-07-23 01:41:30 01251_string_comparison: [ OK ] 0.69 sec. 2024-07-23 01:41:30 01273_arrow_arrays_load: [ OK ] 6.21 sec. 2024-07-23 01:41:31 01245_limit_infinite_sources: [ OK ] 1.81 sec. 2024-07-23 01:41:31 01230_join_get_truncate: [ OK ] 1.29 sec. 2024-07-23 01:41:32 01273_arrow_nullable_arrays_load: [ OK ] 6.14 sec. 2024-07-23 01:41:33 01220_scalar_optimization_in_alter: [ OK ] 1.05 sec. 2024-07-23 01:41:33 01246_extractAllGroupsVertical: [ OK ] 3.63 sec. 2024-07-23 01:41:34 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.81 sec. 2024-07-23 01:41:34 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 2.26 sec. 2024-07-23 01:41:34 01202_array_auc_special: [ OK ] 2.54 sec. 2024-07-23 01:41:37 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 3.99 sec. 2024-07-23 01:41:38 01187_set_profile_as_setting: [ OK ] 4.56 sec. 2024-07-23 01:41:39 01273_arrow_dictionaries_load: [ OK ] 14.09 sec. 2024-07-23 01:41:41 01249_flush_interactive: [ OK ] 11.54 sec. 2024-07-23 01:41:41 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 4.44 sec. 2024-07-23 01:41:41 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 2.27 sec. 2024-07-23 01:41:42 01183_custom_separated_format_http: [ OK ] 7.88 sec. 2024-07-23 01:41:42 01134_max_rows_to_group_by: [ OK ] 1.61 sec. 2024-07-23 01:41:42 01121_remote_scalar_subquery: [ OK ] 1.03 sec. 2024-07-23 01:41:43 01122_totals_rollup_having_block_header: [ OK ] 1.43 sec. 2024-07-23 01:41:43 01120_join_constants: [ OK ] 1.00 sec. 2024-07-23 01:41:44 01116_cross_count_asterisks: [ OK ] 1.17 sec. 2024-07-23 01:41:44 01116_asof_join_dolbyzerr: [ OK ] 1.03 sec. 2024-07-23 01:41:44 01118_is_constant: [ OK ] 1.70 sec. 2024-07-23 01:41:46 01098_sum: [ OK ] 1.56 sec. 2024-07-23 01:41:46 01170_alter_partition_isolation: [ OK ] 11.78 sec. 2024-07-23 01:41:46 01107_tuples_arrays_parsing_exceptions: [ OK ] 2.57 sec. 2024-07-23 01:41:47 01096_zeros: [ OK ] 1.59 sec. 2024-07-23 01:41:49 01087_index_set_ubsan: [ OK ] 0.94 sec. 2024-07-23 01:41:49 01085_simdjson_uint64: [ OK ] 0.85 sec. 2024-07-23 01:41:50 01093_cyclic_defaults_filimonov: [ OK ] 3.26 sec. 2024-07-23 01:41:50 01115_join_with_dictionary: [ OK ] 7.20 sec. 2024-07-23 01:41:50 01147_partial_merge_full_join: [ OK ] 11.90 sec. 2024-07-23 01:41:51 01079_new_range_reader_segfault: [ OK ] 1.28 sec. 2024-07-23 01:41:51 01231_operator_null_in: [ OK ] 21.80 sec. 2024-07-23 01:41:52 01075_allowed_client_hosts: [ OK ] 1.49 sec. 2024-07-23 01:41:53 01072_json_each_row_data_in_square_brackets: [ OK ] 1.05 sec. 2024-07-23 01:41:56 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 3.59 sec. 2024-07-23 01:41:57 01068_parens: [ OK ] 0.86 sec. 2024-07-23 01:41:57 01074_h3_range_check: [ OK ] 6.30 sec. 2024-07-23 01:41:58 01079_alter_default_zookeeper_long: [ OK ] 8.35 sec. 2024-07-23 01:41:59 01060_defaults_all_columns: [ OK ] 0.94 sec. 2024-07-23 01:41:59 01077_mutations_index_consistency: [ OK ] 9.11 sec. 2024-07-23 01:42:01 01095_tpch_like_smoke: [ OK ] 14.31 sec. 2024-07-23 01:42:01 01099_operators_date_and_timestamp: [ OK ] 17.42 sec. 2024-07-23 01:42:01 01055_prewhere_bugs: [ OK ] 1.96 sec. 2024-07-23 01:42:02 01071_force_optimize_skip_unused_shards: [ OK ] 9.21 sec. 2024-07-23 01:42:03 01053_drop_database_mat_view: [ OK ] 1.47 sec. 2024-07-23 01:42:04 01049_window_view_window_functions: [ OK ] 2.92 sec. 2024-07-23 01:42:06 01049_zookeeper_synchronous_mutations_long: [ OK ] 3.64 sec. 2024-07-23 01:42:06 01049_join_low_card_crash: [ OK ] 2.00 sec. 2024-07-23 01:42:07 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 9.88 sec. 2024-07-23 01:42:07 01040_h3_get_resolution: [ OK ] 0.81 sec. 2024-07-23 01:42:08 01045_bloom_filter_null_array: [ OK ] 1.86 sec. 2024-07-23 01:42:08 01038_array_of_unnamed_tuples: [ OK ] 1.07 sec. 2024-07-23 01:42:08 01054_random_printable_ascii_ubsan: [ OK ] 7.13 sec. 2024-07-23 01:42:08 01036_union_different_columns: [ OK ] 0.94 sec. 2024-07-23 01:42:09 01273_arrow_stream: [ OK ] 45.26 sec. 2024-07-23 01:42:10 01032_duplicate_column_insert_query: [ OK ] 1.35 sec. 2024-07-23 01:42:10 01060_window_view_event_tumble_to_asc: [ OK ] 11.95 sec. 2024-07-23 01:42:11 01058_zlib_ng_level1_bug: [ OK ] 11.89 sec. 2024-07-23 01:42:11 01024__getScalar: [ OK ] 1.30 sec. 2024-07-23 01:42:13 01014_count_of_merges_metrics: [ OK ] 1.90 sec. 2024-07-23 01:42:13 01034_JSONCompactEachRow: [ OK ] 5.23 sec. 2024-07-23 01:42:14 01014_function_repeat_corner_cases: [ OK ] 2.95 sec. 2024-07-23 01:42:15 01013_totals_without_aggregation: [ OK ] 1.43 sec. 2024-07-23 01:42:15 01031_mutations_interpreter_and_context: [ OK ] 6.33 sec. 2024-07-23 01:42:17 01009_insert_select_data_loss: [ OK ] 1.82 sec. 2024-07-23 01:42:18 01010_partial_merge_join_const_and_lc: [ OK ] 3.84 sec. 2024-07-23 01:42:19 00999_settings_no_extra_quotes: [ OK ] 0.96 sec. 2024-07-23 01:42:20 01035_avg: [ OK ] 12.27 sec. 2024-07-23 01:42:20 00999_test_skip_indices_with_alter_and_merge: [ OK ] 1.74 sec. 2024-07-23 01:42:22 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 11.64 sec. 2024-07-23 01:42:22 01014_format_custom_separated: [ OK ] 9.27 sec. 2024-07-23 01:42:26 00997_trim: [ OK ] 6.90 sec. 2024-07-23 01:42:27 00980_full_join_crash_fancyqlx: [ OK ] 4.74 sec. 2024-07-23 01:42:29 00978_sum_map_bugfix: [ OK ] 1.94 sec. 2024-07-23 01:42:30 01010_partial_merge_join: [ OK ] 14.34 sec. 2024-07-23 01:42:33 00976_max_execution_speed: [ OK ] 5.46 sec. 2024-07-23 01:42:36 00974_full_outer_join: [ OK ] 1.86 sec. 2024-07-23 01:42:36 00975_sample_prewhere_distributed: [ OK ] 5.98 sec. 2024-07-23 01:42:48 00974_fix_join_on: [ OK ] 11.56 sec. 2024-07-23 01:42:50 00969_roundDuration: [ OK ] 1.94 sec. 2024-07-23 01:42:51 00974_adaptive_granularity_secondary_index: [ OK ] 20.39 sec. 2024-07-23 01:42:51 00967_ubsan_bit_test: [ OK ] 0.96 sec. 2024-07-23 01:42:54 00967_insert_into_distributed_different_types: [ OK ] 2.79 sec. 2024-07-23 01:42:54 00963_startsWith_force_primary_key: [ OK ] 2.26 sec. 2024-07-23 01:42:56 00991_system_parts_race_condition_long: [ OK ] 35.75 sec. 2024-07-23 01:42:56 00956_http_prepared_statements: [ OK ] 2.24 sec. 2024-07-23 01:42:57 00988_parallel_parts_removal: [ OK ] 37.42 sec. 2024-07-23 01:42:59 00972_geohashesInBox: [ OK ] 22.73 sec. 2024-07-23 01:43:00 00957_neighbor: [ OK ] 6.55 sec. 2024-07-23 01:43:03 00950_default_prewhere: [ OK ] 3.77 sec. 2024-07-23 01:43:05 00950_bad_alloc_when_truncate_join_storage: [ OK ] 1.46 sec. 2024-07-23 01:43:05 00950_test_gorilla_codec: [ OK ] 4.59 sec. 2024-07-23 01:43:07 00942_dataparts_500: [ OK ] 1.72 sec. 2024-07-23 01:43:09 00954_client_prepared_statements: [ OK ] 13.22 sec. 2024-07-23 01:43:09 00940_order_by_read_in_order: [ OK ] 4.04 sec. 2024-07-23 01:43:09 00952_basic_constraints: [ OK ] 13.04 sec. 2024-07-23 01:43:11 00932_array_intersect_bug: [ OK ] 1.23 sec. 2024-07-23 01:43:11 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 1.77 sec. 2024-07-23 01:43:14 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 3.19 sec. 2024-07-23 01:43:15 00951_ngram_search: [ OK ] 17.38 sec. 2024-07-23 01:43:16 00937_format_schema_rows_template: [ OK ] 6.95 sec. 2024-07-23 01:43:16 00981_topK_topKWeighted_long: [ OK ] 54.65 sec. 2024-07-23 01:43:17 00910_decimal_group_array_crash_3783: [ OK ] 2.49 sec. 2024-07-23 01:43:17 01049_join_low_card_bug_long: [ OK ] 74.05 sec. 2024-07-23 01:43:20 00908_long_http_insert: [ OK ] 3.26 sec. 2024-07-23 01:43:20 00906_low_cardinality_rollup: [ OK ] 3.04 sec. 2024-07-23 01:43:21 00903_array_with_constant_function: [ OK ] 0.76 sec. 2024-07-23 01:43:22 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 10.87 sec. 2024-07-23 01:43:26 00898_parsing_bad_diagnostic_message: [ OK ] 3.30 sec. 2024-07-23 01:43:26 00900_orc_arrays_load: [ OK ] 6.32 sec. 2024-07-23 01:43:27 00897_flatten: [ OK ] 1.34 sec. 2024-07-23 01:43:29 00909_ngram_distance: [ OK ] 13.75 sec. 2024-07-23 01:43:29 00875_join_right_nulls_ors: [ OK ] 2.25 sec. 2024-07-23 01:43:29 00862_decimal_in: [ OK ] 2.37 sec. 2024-07-23 01:43:30 01034_move_partition_from_table_zookeeper: [ OK ] 81.77 sec. 2024-07-23 01:43:30 00854_multiple_join_asterisks: [ OK ] 1.25 sec. 2024-07-23 01:43:31 00846_join_using_tuple_crash: [ OK ] 0.92 sec. 2024-07-23 01:43:32 00853_join_with_nulls_crash: [ OK ] 2.63 sec. 2024-07-23 01:43:32 00857_global_joinsavel_table_alias: [ OK ] 3.53 sec. 2024-07-23 01:43:32 00844_join_lightee2: [ OK ] 1.25 sec. 2024-07-23 01:43:33 00900_orc_arrow_parquet_maps: [ OK ] 12.41 sec. 2024-07-23 01:43:33 00842_array_with_constant_overflow: [ OK ] 1.13 sec. 2024-07-23 01:43:33 00834_date_datetime_cmp: [ OK ] 0.92 sec. 2024-07-23 01:43:34 00848_join_use_nulls_segfault: [ OK ] 4.79 sec. 2024-07-23 01:43:35 00835_if_generic_case: [ OK ] 2.34 sec. 2024-07-23 01:43:35 00819_ast_refactoring_bugs: [ OK ] 1.28 sec. 2024-07-23 01:43:35 00909_arrayEnumerateUniq: [ OK ] 18.72 sec. 2024-07-23 01:43:37 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 1.97 sec. 2024-07-23 01:43:38 00818_alias_bug_4110: [ OK ] 4.54 sec. 2024-07-23 01:43:38 00825_protobuf_format_squares: [ OK ] 5.11 sec. 2024-07-23 01:43:39 00805_round_down: [ OK ] 4.33 sec. 2024-07-23 01:43:39 00804_test_custom_compression_codes_log_storages: [ OK ] 4.47 sec. 2024-07-23 01:43:40 00800_function_java_hash: [ OK ] 1.58 sec. 2024-07-23 01:43:40 00794_materialized_view_with_column_defaults: [ OK ] 1.33 sec. 2024-07-23 01:43:40 00763_create_query_as_table_engine_bug: [ OK ] 1.04 sec. 2024-07-23 01:43:40 00800_versatile_storage_join: [ OK ] 3.06 sec. 2024-07-23 01:43:41 00753_comment_columns_zookeeper: [ OK ] 1.27 sec. 2024-07-23 01:43:41 00752_low_cardinality_permute: [ OK ] 1.18 sec. 2024-07-23 01:43:41 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.35 sec. 2024-07-23 01:43:42 00730_unicode_terminal_format: [ OK ] 1.74 sec. 2024-07-23 01:43:42 00725_join_on_bug_1: [ OK ] 1.43 sec. 2024-07-23 01:43:43 00725_join_on_bug_2: [ OK ] 2.37 sec. 2024-07-23 01:43:44 00804_test_custom_compression_codecs: [ OK ] 8.74 sec. 2024-07-23 01:43:44 00712_prewhere_with_alias_bug: [ OK ] 0.98 sec. 2024-07-23 01:43:44 00714_alter_uuid: [ OK ] 2.49 sec. 2024-07-23 01:43:44 00712_prewhere_with_alias_bug_2: [ OK ] 1.11 sec. 2024-07-23 01:43:45 00712_prewhere_with_alias: [ OK ] 2.86 sec. 2024-07-23 01:43:45 00701_join_default_strictness: [ OK ] 1.55 sec. 2024-07-23 01:43:46 00688_low_cardinality_alter_add_column: [ OK ] 1.12 sec. 2024-07-23 01:43:47 00700_decimal_math: [ OK ] 3.12 sec. 2024-07-23 01:43:47 00746_compile_non_deterministic_function: [ OK ] 7.45 sec. 2024-07-23 01:43:48 00700_decimal_null: [ OK ] 3.64 sec. 2024-07-23 01:43:48 00688_aggregation_retention: [ OK ] 1.79 sec. 2024-07-23 01:43:48 00680_duplicate_columns_inside_union_all: [ OK ] 1.07 sec. 2024-07-23 01:43:49 00687_insert_into_mv: [ OK ] 1.98 sec. 2024-07-23 01:43:49 00674_has_array_enum: [ OK ] 0.73 sec. 2024-07-23 01:43:49 00676_group_by_in: [ OK ] 1.29 sec. 2024-07-23 01:43:50 00672_arrayDistinct: [ OK ] 1.44 sec. 2024-07-23 01:43:51 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 1.31 sec. 2024-07-23 01:43:51 00649_quantile_tdigest_negative: [ OK ] 0.75 sec. 2024-07-23 01:43:52 00647_histogram: [ OK ] 1.48 sec. 2024-07-23 01:43:53 00639_startsWith: [ OK ] 1.36 sec. 2024-07-23 01:43:53 00700_decimal_empty_aggregates: [ OK ] 7.98 sec. 2024-07-23 01:43:53 00666_uniq_complex_types: [ OK ] 3.51 sec. 2024-07-23 01:43:54 00627_recursive_alias: [ OK ] 0.76 sec. 2024-07-23 01:43:55 00618_nullable_in: [ OK ] 0.99 sec. 2024-07-23 01:43:55 00628_in_lambda_on_merge_table_bug: [ OK ] 2.16 sec. 2024-07-23 01:43:56 00612_http_max_query_size_for_distributed: [ OK ] 1.35 sec. 2024-07-23 01:43:57 00674_join_on_syntax: [ OK ] 8.55 sec. 2024-07-23 01:43:57 00612_count: [ OK ] 2.25 sec. 2024-07-23 01:43:57 00623_truncate_table: [ OK ] 4.21 sec. 2024-07-23 01:43:58 00604_show_create_database: [ OK ] 0.62 sec. 2024-07-23 01:43:58 00605_intersections_aggregate_functions: [ OK ] 1.00 sec. 2024-07-23 01:43:58 00908_bloom_filter_index: [ OK ] 41.49 sec. 2024-07-23 01:43:58 00609_distributed_with_case_when_then: [ OK ] 1.73 sec. 2024-07-23 01:43:59 00570_empty_array_is_const: [ OK ] 0.90 sec. 2024-07-23 01:44:00 00569_parse_date_time_best_effort: [ OK ] 0.84 sec. 2024-07-23 01:44:00 00586_removing_unused_columns_from_subquery: [ OK ] 2.15 sec. 2024-07-23 01:44:00 00601_kill_running_query: [ OK ] 3.12 sec. 2024-07-23 01:44:01 00596_limit_on_expanded_ast: [ OK ] 2.71 sec. 2024-07-23 01:44:01 00566_enum_min_max: [ OK ] 0.89 sec. 2024-07-23 01:44:02 00559_filter_array_generic: [ OK ] 0.85 sec. 2024-07-23 01:44:02 00578_merge_table_and_table_virtual_column: [ OK ] 3.79 sec. 2024-07-23 01:44:02 00564_initial_column_values_with_default_expression: [ OK ] 1.45 sec. 2024-07-23 01:44:02 00558_aggregate_merge_totals_with_arenas: [ OK ] 0.96 sec. 2024-07-23 01:44:03 00553_buff_exists_materlized_column: [ OK ] 1.52 sec. 2024-07-23 01:44:03 00552_logical_functions_simple: [ OK ] 1.35 sec. 2024-07-23 01:44:03 00552_or_nullable: [ OK ] 1.47 sec. 2024-07-23 01:44:04 00534_exp10: [ OK ] 0.73 sec. 2024-07-23 01:44:04 00535_parse_float_scientific: [ OK ] 0.90 sec. 2024-07-23 01:44:05 00520_tuple_values_interpreter: [ OK ] 1.14 sec. 2024-07-23 01:44:05 00700_decimal_complex_types: [ OK ] 21.46 sec. 2024-07-23 01:44:06 00550_join_insert_select: [ OK ] 4.36 sec. 2024-07-23 01:44:06 00503_cast_const_nullable: [ OK ] 0.83 sec. 2024-07-23 01:44:06 00521_multidimensional: [ OK ] 2.97 sec. 2024-07-23 01:44:07 00514_interval_operators: [ OK ] 2.56 sec. 2024-07-23 01:44:07 00502_string_concat_with_array: [ OK ] 0.82 sec. 2024-07-23 01:44:08 00499_json_enum_insert: [ OK ] 1.19 sec. 2024-07-23 01:44:08 00495_reading_const_zero_column: [ OK ] 1.17 sec. 2024-07-23 01:44:08 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.89 sec. 2024-07-23 01:44:09 00477_parsing_data_types: [ OK ] 0.59 sec. 2024-07-23 01:44:09 00487_if_array_fixed_string: [ OK ] 1.13 sec. 2024-07-23 01:44:09 00471_sql_style_quoting: [ OK ] 0.73 sec. 2024-07-23 01:44:09 00507_array_no_params: [ OK ] 3.76 sec. 2024-07-23 01:44:10 00462_json_true_false_literals: [ OK ] 0.96 sec. 2024-07-23 01:44:10 00453_top_k: [ OK ] 1.14 sec. 2024-07-23 01:44:10 00453_cast_enum: [ OK ] 1.34 sec. 2024-07-23 01:44:12 00445_join_nullable_keys: [ OK ] 1.41 sec. 2024-07-23 01:44:12 00447_foreach_modifier: [ OK ] 2.19 sec. 2024-07-23 01:44:13 00434_tonullable: [ OK ] 0.81 sec. 2024-07-23 01:44:14 00500_point_in_polygon_non_const_poly: [ OK ] 8.00 sec. 2024-07-23 01:44:16 00458_merge_type_cast: [ OK ] 6.87 sec. 2024-07-23 01:44:17 00432_aggregate_function_scalars_and_constants: [ OK ] 4.34 sec. 2024-07-23 01:44:20 00632_get_sample_block_cache: [ OK ] 27.87 sec. 2024-07-23 01:44:23 00409_shard_limit_by: [ OK ] 2.84 sec. 2024-07-23 01:44:26 00405_output_format_pretty_color: [ OK ] 2.93 sec. 2024-07-23 01:44:26 00431_if_nulls: [ OK ] 11.65 sec. 2024-07-23 01:44:27 00938_fix_rwlock_segfault_long: [ OK ] 80.34 sec. 2024-07-23 01:44:28 00387_use_client_time_zone: [ OK ] 1.99 sec. 2024-07-23 01:44:30 00384_column_aggregate_function_insert_from: [ OK ] 2.26 sec. 2024-07-23 01:44:30 00368_format_option_collision: [ OK ] 2.15 sec. 2024-07-23 01:44:33 00361_shared_array_offsets_and_squash_blocks: [ OK ] 2.53 sec. 2024-07-23 01:44:34 00360_to_date_from_string_with_datetime: [ OK ] 0.81 sec. 2024-07-23 01:44:34 00443_optimize_final_vertical_merge: [ OK ] 22.29 sec. 2024-07-23 01:44:35 00355_array_of_non_const_convertible_types: [ OK ] 0.78 sec. 2024-07-23 01:44:35 00357_to_string_complex_types: [ OK ] 1.21 sec. 2024-07-23 01:44:36 00351_select_distinct_arrays_tuples: [ OK ] 1.04 sec. 2024-07-23 01:44:36 00365_statistics_in_formats: [ OK ] 6.84 sec. 2024-07-23 01:44:37 00564_versioned_collapsing_merge_tree: [ OK ] 37.04 sec. 2024-07-23 01:44:38 00346_if_tuple: [ OK ] 1.23 sec. 2024-07-23 01:44:38 00335_bom: [ OK ] 1.80 sec. 2024-07-23 01:44:38 00354_host_command_line_option: [ OK ] 3.34 sec. 2024-07-23 01:44:39 00334_column_aggregate_function_limit: [ OK ] 1.34 sec. 2024-07-23 01:44:39 00322_disable_checksumming: [ OK ] 1.53 sec. 2024-07-23 01:44:39 00308_write_buffer_valid_utf8: [ OK ] 0.67 sec. 2024-07-23 01:44:40 00315_quantile_off_by_one: [ OK ] 1.11 sec. 2024-07-23 01:44:40 00311_array_primary_key: [ OK ] 1.63 sec. 2024-07-23 01:44:40 00300_csv: [ OK ] 0.92 sec. 2024-07-23 01:44:41 00296_url_parameters: [ OK ] 1.74 sec. 2024-07-23 01:44:43 00263_merge_aggregates_and_overflow: [ OK ] 1.18 sec. 2024-07-23 01:44:43 00278_insert_already_sorted: [ OK ] 3.75 sec. 2024-07-23 01:44:44 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 1.76 sec. 2024-07-23 01:44:44 00275_shard_quantiles_weighted: [ OK ] 4.05 sec. 2024-07-23 01:44:44 00234_disjunctive_equality_chains_optimization: [ OK ] 1.00 sec. 2024-07-23 01:44:45 00232_format_readable_decimal_size: [ OK ] 0.83 sec. 2024-07-23 01:44:46 00227_quantiles_timing_arbitrary_order: [ OK ] 1.04 sec. 2024-07-23 01:44:47 00218_like_regexp_newline: [ OK ] 1.17 sec. 2024-07-23 01:44:47 00229_prewhere_column_missing: [ OK ] 2.69 sec. 2024-07-23 01:44:47 00215_primary_key_order_zookeeper_long: [ OK ] 1.70 sec. 2024-07-23 01:44:48 00213_multiple_global_in: [ OK ] 0.94 sec. 2024-07-23 01:44:48 00421_storage_merge__table_index: [ OK ] 31.67 sec. 2024-07-23 01:44:48 00204_extract_url_parameter: [ OK ] 0.82 sec. 2024-07-23 01:44:49 00210_insert_select_extremes_http: [ OK ] 1.81 sec. 2024-07-23 01:44:50 00159_whitespace_in_columns_list: [ OK ] 1.18 sec. 2024-07-23 01:44:51 00154_shard_distributed_with_distinct: [ OK ] 0.93 sec. 2024-07-23 01:44:52 00181_aggregate_functions_statistics_stable: [ OK ] 3.94 sec. 2024-07-23 01:44:52 00276_sample: [ OK ] 11.96 sec. 2024-07-23 01:44:53 00136_duplicate_order_by_elems: [ OK ] 0.80 sec. 2024-07-23 01:44:53 00149_function_url_hash: [ OK ] 1.60 sec. 2024-07-23 01:44:53 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 1.14 sec. 2024-07-23 01:44:54 00120_join_and_group_by: [ OK ] 1.17 sec. 2024-07-23 01:44:54 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 44.00 sec. 2024-07-23 01:44:55 00118_storage_join: [ OK ] 2.35 sec. 2024-07-23 01:44:56 00395_nullable: [ OK ] 30.28 sec. 2024-07-23 01:44:57 00105_shard_collations: [ OK ] 3.15 sec. 2024-07-23 01:44:57 00098_j_union_all: [ OK ] 0.90 sec. 2024-07-23 01:44:57 00098_shard_i_union_all: [ OK ] 1.95 sec. 2024-07-23 01:44:58 00098_7_union_all: [ OK ] 0.78 sec. 2024-07-23 01:44:59 00098_l_union_all: [ OK ] 1.18 sec. 2024-07-23 01:44:59 00098_1_union_all: [ OK ] 1.74 sec. 2024-07-23 01:45:00 00100_subquery_table_identifier: [ OK ] 5.53 sec. 2024-07-23 01:45:02 00082_append_trailing_char_if_absent: [ OK ] 1.54 sec. 2024-07-23 01:45:05 00080_show_tables_and_system_tables: [ OK ] 2.16 sec. 2024-07-23 01:45:05 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 5.91 sec. 2024-07-23 01:45:05 00084_summing_merge_tree: [ OK ] 6.41 sec. 2024-07-23 01:45:06 00065_shard_float_literals_formatting: [ OK ] 1.05 sec. 2024-07-23 01:45:06 00071_insert_fewer_columns: [ OK ] 1.39 sec. 2024-07-23 01:45:07 00055_join_two_numbers: [ OK ] 1.07 sec. 2024-07-23 01:45:07 00050_any_left_join: [ OK ] 0.96 sec. 2024-07-23 01:45:08 00045_sorting_by_fixed_string_descending: [ OK ] 0.89 sec. 2024-07-23 01:45:08 00041_aggregation_remap: [ OK ] 1.06 sec. 2024-07-23 01:45:08 2024-07-23 01:45:08 116 tests passed. 1 tests skipped. 613.02 s elapsed (ForkPoolWorker-8). 2024-07-23 01:45:09 00003_reinterpret_as_string: [ OK ] 0.80 sec. 2024-07-23 01:45:09 2024-07-23 01:45:09 107 tests passed. 0 tests skipped. 613.70 s elapsed (ForkPoolWorker-6). 2024-07-23 01:45:13 00183_skip_unavailable_shards: [ OK ] 25.02 sec. 2024-07-23 01:45:13 2024-07-23 01:45:13 133 tests passed. 0 tests skipped. 617.55 s elapsed (ForkPoolWorker-5). 2024-07-23 01:45:14 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 8.48 sec. 2024-07-23 01:45:14 2024-07-23 01:45:14 123 tests passed. 2 tests skipped. 618.83 s elapsed (ForkPoolWorker-7). 2024-07-23 01:45:27 00111_shard_external_sort_distributed: [ OK ] 33.34 sec. 2024-07-23 01:45:27 2024-07-23 01:45:27 120 tests passed. 0 tests skipped. 631.75 s elapsed (ForkPoolWorker-2). 2024-07-23 01:46:12 00411_long_accurate_number_comparison_int2: [ OK ] 114.88 sec. 2024-07-23 01:46:12 2024-07-23 01:46:12 121 tests passed. 0 tests skipped. 677.31 s elapsed (ForkPoolWorker-3). 2024-07-23 01:46:26 00160_merge_and_index_in_in: [ OK ] 97.66 sec. 2024-07-23 01:46:26 2024-07-23 01:46:26 91 tests passed. 0 tests skipped. 690.81 s elapsed (ForkPoolWorker-9). 2024-07-23 01:47:00 00090_union_race_conditions_1: [ OK ] 121.57 sec. 2024-07-23 01:47:00 2024-07-23 01:47:00 127 tests passed. 0 tests skipped. 724.82 s elapsed (ForkPoolWorker-4). 2024-07-23 01:47:00 2024-07-23 01:47:00 Running 95 stateless tests (MainProcess). 2024-07-23 01:47:00 2024-07-23 01:47:02 02990_rmt_replica_path_uuid: [ OK ] 2.13 sec. 2024-07-23 01:47:23 02980_dist_insert_readonly_replica: [ OK ] 20.82 sec. 2024-07-23 01:48:56 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 92.02 sec. 2024-07-23 01:49:11 02944_dynamically_change_filesystem_cache_size: [ OK ] 14.54 sec. 2024-07-23 01:49:21 02867_page_cache: [ OK ] 10.73 sec. 2024-07-23 01:49:40 02841_parquet_filter_pushdown: [ OK ] 18.59 sec. 2024-07-23 01:49:40 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 01:49:51 02751_ip_types_aggregate_functions_states: [ OK ] 10.83 sec. 2024-07-23 01:53:10 02735_parquet_encoder: [ OK ] 199.26 sec. 2024-07-23 01:53:45 02725_start_stop_fetches: [ OK ] 34.27 sec. 2024-07-23 01:53:50 02706_show_columns: [ OK ] 4.76 sec. 2024-07-23 01:54:03 02572_system_logs_materialized_views_ignore_errors: [ OK ] 13.58 sec. 2024-07-23 01:54:06 02541_arrow_duration_type: [ OK ] 2.63 sec. 2024-07-23 01:54:56 02535_max_parallel_replicas_custom_key: [ OK ] 49.55 sec. 2024-07-23 01:55:02 02503_insert_storage_snapshot: [ OK ] 5.85 sec. 2024-07-23 01:55:14 02497_trace_events_stress_long: [ OK ] 12.50 sec. 2024-07-23 01:55:25 02494_trace_log_profile_events: [ OK ] 10.86 sec. 2024-07-23 01:55:26 02494_query_cache_exception_handling: [ OK ] 1.16 sec. 2024-07-23 01:55:28 02494_query_cache_user_quotas_after_drop: [ OK ] 1.50 sec. 2024-07-23 01:55:30 02482_json_nested_arrays_with_same_keys: [ OK ] 2.02 sec. 2024-07-23 01:55:34 02481_custom_separated_and_template_with_csv_field: [ OK ] 3.99 sec. 2024-07-23 01:55:37 02458_hdfs_cluster_schema_inference: [ OK ] 2.53 sec. 2024-07-23 01:55:38 02422_msgpack_uuid_wrong_column: [ OK ] 1.21 sec. 2024-07-23 01:55:40 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 1.45 sec. 2024-07-23 01:55:44 02391_recursive_buffer: [ OK ] 4.10 sec. 2024-07-23 01:55:47 02385_profile_events_overflow: [ OK ] 2.82 sec. 2024-07-23 01:55:50 02373_heap_buffer_overflow_in_avro: [ OK ] 2.76 sec. 2024-07-23 01:56:13 02352_rwlock: [ OK ] 23.61 sec. 2024-07-23 01:56:15 02323_null_modifier_in_table_function: [ OK ] 1.22 sec. 2024-07-23 01:57:22 02286_mysql_dump_input_format: [ OK ] 67.02 sec. 2024-07-23 01:57:32 02262_column_ttl: [ OK ] 10.40 sec. 2024-07-23 01:57:51 02247_written_bytes_quota: [ OK ] 18.79 sec. 2024-07-23 01:57:53 02244_lowcardinality_hash_join: [ OK ] 1.41 sec. 2024-07-23 01:58:42 02241_filesystem_cache_on_write_operations: [ OK ] 48.70 sec. 2024-07-23 02:00:11 02228_merge_tree_insert_memory_usage: [ OK ] 89.72 sec. 2024-07-23 02:00:17 02185_values_schema_inference: [ OK ] 5.25 sec. 2024-07-23 02:00:19 02179_dict_reload_on_cluster: [ OK ] 2.50 sec. 2024-07-23 02:00:21 02177_temporary_table_current_database_http_session: [ OK ] 1.65 sec. 2024-07-23 02:00:55 02167_format_from_file_extension: [ OK ] 34.01 sec. 2024-07-23 02:01:37 02149_schema_inference: [ OK ] 41.10 sec. 2024-07-23 02:01:37 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 02:01:58 02118_deserialize_whole_text: [ OK ] 21.30 sec. 2024-07-23 02:02:02 02105_table_function_file_partiotion_by: [ OK ] 4.44 sec. 2024-07-23 02:02:33 02103_tsv_csv_custom_null_representation: [ OK ] 30.06 sec. 2024-07-23 02:02:34 02103_sql_user_defined_functions_composition: [ OK ] 1.03 sec. 2024-07-23 02:02:36 02096_rename_atomic_hang: [ OK ] 1.88 sec. 2024-07-23 02:02:38 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 2.24 sec. 2024-07-23 02:02:44 02015_global_in_threads: [ OK ] 5.98 sec. 2024-07-23 02:02:46 01948_dictionary_quoted_database_name: [ OK ] 1.52 sec. 2024-07-23 02:02:51 01945_system_warnings: [ OK ] 5.10 sec. 2024-07-23 02:02:56 01902_table_function_merge_db_repr: [ OK ] 4.89 sec. 2024-07-23 02:02:58 01889_postgresql_protocol_null_fields: [ OK ] 2.11 sec. 2024-07-23 02:02:59 01837_database_memory_ddl_dictionaries: [ OK ] 1.16 sec. 2024-07-23 02:03:31 01710_projection_vertical_merges: [ OK ] 31.67 sec. 2024-07-23 02:03:37 01685_ssd_cache_dictionary_complex_key: [ OK ] 5.87 sec. 2024-07-23 02:03:39 01670_dictionary_create_key_expression: [ OK ] 1.87 sec. 2024-07-23 02:03:40 01646_system_restart_replicas_smoke: [ OK ] 1.38 sec. 2024-07-23 02:03:48 01643_replicated_merge_tree_fsync_smoke: [ OK ] 7.85 sec. 2024-07-23 02:03:50 01600_multiple_left_join_with_aliases: [ OK ] 1.31 sec. 2024-07-23 02:03:51 01575_disable_detach_table_of_dictionary: [ OK ] 1.22 sec. 2024-07-23 02:03:53 01517_drop_mv_with_inner_table: [ OK ] 2.31 sec. 2024-07-23 02:03:57 01474_executable_dictionary: [ OK ] 3.38 sec. 2024-07-23 02:04:38 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 41.49 sec. 2024-07-23 02:04:41 01457_create_as_table_function_structure: [ OK ] 2.10 sec. 2024-07-23 02:04:46 01456_modify_column_type_via_add_drop_update: [ OK ] 5.49 sec. 2024-07-23 02:09:23 01442_merge_detach_attach_long: [ OK ] 277.05 sec. 2024-07-23 02:09:40 01417_freeze_partition_verbose: [ OK ] 16.38 sec. 2024-07-23 02:09:42 01392_column_resolve: [ OK ] 1.88 sec. 2024-07-23 02:09:59 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 16.76 sec. 2024-07-23 02:10:01 01355_alter_column_with_order: [ OK ] 2.36 sec. 2024-07-23 02:10:18 01338_long_select_and_alter_zookeeper: [ OK ] 17.10 sec. 2024-07-23 02:10:31 01305_replica_create_drop_zookeeper: [ OK ] 12.83 sec. 2024-07-23 02:10:33 01293_system_distribution_queue: [ OK ] 1.82 sec. 2024-07-23 02:10:36 01281_unsucceeded_insert_select_queries_counter: [ OK ] 2.57 sec. 2024-07-23 02:10:47 01280_ssd_complex_key_dictionary: [ OK ] 10.66 sec. 2024-07-23 02:11:33 01275_parallel_mv: [ OK ] 46.78 sec. 2024-07-23 02:11:35 01259_dictionary_custom_settings_ddl: [ OK ] 1.96 sec. 2024-07-23 02:11:37 01225_drop_dictionary_as_table: [ OK ] 1.34 sec. 2024-07-23 02:12:28 01192_rename_database_zookeeper: [ OK ] 50.69 sec. 2024-07-23 02:12:35 01155_rename_move_materialized_view: [ OK ] 7.04 sec. 2024-07-23 02:12:40 01148_zookeeper_path_macros_unfolding: [ OK ] 5.37 sec. 2024-07-23 02:12:42 01125_dict_ddl_cannot_add_column: [ OK ] 1.25 sec. 2024-07-23 02:12:43 01113_local_dictionary_type_conversion: [ OK ] 1.13 sec. 2024-07-23 02:13:27 01098_msgpack_format: [ OK ] 43.49 sec. 2024-07-23 02:13:36 01098_temporary_and_external_tables: [ OK ] 9.76 sec. 2024-07-23 02:14:29 01083_expressions_in_engine_arguments: [ OK ] 52.65 sec. 2024-07-23 02:14:35 01070_modify_ttl: [ OK ] 6.10 sec. 2024-07-23 02:14:37 01069_database_memory: [ OK ] 1.61 sec. 2024-07-23 02:14:40 01065_window_view_event_hop_watch_bounded: [ OK ] 2.75 sec. 2024-07-23 02:14:42 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 2.40 sec. 2024-07-23 02:14:48 01013_sync_replica_timeout_zookeeper: [ OK ] 5.54 sec. 2024-07-23 02:14:50 00985_merge_stack_overflow: [ OK ] 2.16 sec. 2024-07-23 02:14:50 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build 2024-07-23 02:18:20 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 210.04 sec. 2024-07-23 02:19:15 00719_parallel_ddl_db: [ OK ] 54.84 sec. 2024-07-23 02:19:15 2024-07-23 02:19:15 92 tests passed. 3 tests skipped. 1935.21 s elapsed (MainProcess). 2024-07-23 02:19:20 Won't run stateful tests because test data wasn't loaded. 2024-07-23 02:19:20 Checking the hung queries: done 2024-07-23 02:19:20 2024-07-23 02:19:20 No queries hung. 2024-07-23 02:19:20 All tests have finished. 2024-07-23 02:19:20 2024-07-23 02:19:20 Top patterns of log messages: 2024-07-23 02:19:20 2024-07-23 02:19:20 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2024-07-23 02:19:20 2024-07-23 02:19:20 1. 46282 0.059 4.04 MiB 0.041 1 300 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2024-07-23 02:19:20 2. 44250 0.056 1.53 MiB 0.015 1 300 ['Trace'] 0 Aggregation method: {} 2024-07-23 02:19:20 3. 34777 0.044 1.95 MiB 0.02 3 334 ['Trace'] 0.001 Access granted: {}{} 2024-07-23 02:19:20 4. 33518 0.042 2.67 MiB 0.027 1 291 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2024-07-23 02:19:20 5. 33171 0.042 6.62 MiB 0.067 1 269 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2024-07-23 02:19:20 6. 33150 0.042 4.96 MiB 0.05 4 268 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2024-07-23 02:19:20 7. 26641 0.034 286.18 KiB 0.003 1 283 ['Trace'] 0 Aggregating 2024-07-23 02:19:20 8. 26637 0.034 7.96 MiB 0.081 1 368 ['Trace'] 0.002 Query {} to stage {}{} 2024-07-23 02:19:20 9. 26382 0.033 8.47 MiB 0.086 1 368 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2024-07-23 02:19:20 10. 24660 0.031 695.69 KiB 0.007 1 115 ['Debug'] 0 Processed in {} sec. 2024-07-23 02:19:20 11. 22597 0.029 1011.60 KiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2024-07-23 02:19:20 12. 22412 0.028 1.75 MiB 0.018 1 269 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2024-07-23 02:19:20 13. 14821 0.019 1.02 MiB 0.01 1 859 ['Trace'] 0.519 Reserved {} on local disk {}, having unreserved {}. 2024-07-23 02:19:20 14. 14170 0.018 1.16 MiB 0.012 6 315 ['Debug'] 0.996 {} Authenticating user '{}' from {} 2024-07-23 02:19:20 15. 14170 0.018 1.55 MiB 0.016 6 315 ['Debug'] 0.996 {} Authenticated with global context as user {} 2024-07-23 02:19:20 16. 14156 0.018 1.22 MiB 0.012 6 315 ['Debug'] 0.996 {} Logout, user_id: {} 2024-07-23 02:19:20 17. 14005 0.018 1.50 MiB 0.015 4 268 ['Debug'] 1 {} Creating session context with user_id: {} 2024-07-23 02:19:20 18. 13266 0.017 1.53 MiB 0.015 665 330 ['Trace'] 0.342 Renaming temporary part {} to {} with tid {}. 2024-07-23 02:19:20 19. 13052 0.017 1.78 MiB 0.018 1 2 ['Trace'] 1 Creating part at path {} 2024-07-23 02:19:20 20. 12277 0.016 585.20 KiB 0.006 1 317 ['Trace'] 0.313 filled checksums {} 2024-07-23 02:19:20 21. 12136 0.015 841.53 KiB 0.008 662 815 ['Trace'] 0.517 Trying to reserve {} using storage policy from min volume index {} 2024-07-23 02:19:20 22. 11154 0.014 543.76 KiB 0.005 1 130 ['Debug'] 0.24 Peak memory usage{}: {}. 2024-07-23 02:19:20 23. 9243 0.012 1.66 MiB 0.017 3 267 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2024-07-23 02:19:20 24. 9239 0.012 11.18 MiB 0.113 2 267 ['Trace'] 1 Request URI: {} 2024-07-23 02:19:20 25. 8973 0.011 184.02 KiB 0.002 2 267 ['Debug'] 0.077 Done processing query 2024-07-23 02:19:20 26. 7587 0.01 601.21 KiB 0.006 470 104 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2024-07-23 02:19:20 27. 7125 0.009 160.03 KiB 0.002 1 285 ['Trace'] 0 Merging aggregated data 2024-07-23 02:19:20 28. 6905 0.009 651.36 KiB 0.006 1 42 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2024-07-23 02:19:20 29. 5934 0.008 214.77 KiB 0.002 531 121 ['Debug'] 0.005 Key condition: {} 2024-07-23 02:19:20 30. 5813 0.007 650.52 KiB 0.006 1 29 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2024-07-23 02:19:20 31. 5786 0.007 558.82 KiB 0.006 1 115 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2024-07-23 02:19:20 32. 5786 0.007 188.74 KiB 0.002 2 115 ['Trace'] 1 TCP Request. Address: {} 2024-07-23 02:19:20 33. 5767 0.007 152.06 KiB 0.002 1 108 ['Debug'] 1 Done processing connection. 2024-07-23 02:19:20 34. 5410 0.007 617.32 KiB 0.006 527 121 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2024-07-23 02:19:20 35. 4952 0.006 256.30 KiB 0.003 456 112 ['Trace'] 0.005 Spreading mark ranges among streams (default reading) 2024-07-23 02:19:20 36. 4268 0.005 208.04 KiB 0.002 158 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms 2024-07-23 02:19:20 37. 4231 0.005 584.83 KiB 0.006 119 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2024-07-23 02:19:20 38. 3828 0.005 223.17 KiB 0.002 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2024-07-23 02:19:20 39. 3828 0.005 138.86 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {} 2024-07-23 02:19:20 40. 3721 0.005 336.01 KiB 0.003 89 514 ['Trace'] 0.999 Insert entry {} to queue with type {} 2024-07-23 02:19:20 41. 3685 0.005 295.20 KiB 0.003 125 357 ['Trace'] 0.955 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2024-07-23 02:19:20 42. 3681 0.005 494.58 KiB 0.005 1 59 ['Debug'] 0 Before join block: '{}' 2024-07-23 02:19:20 43. 3681 0.005 747.74 KiB 0.007 1 59 ['Debug'] 0 After join block: '{}' 2024-07-23 02:19:20 44. 3596 0.005 91.30 KiB 0.001 89 514 ['Debug'] 0.999 Pulled {} entries to queue. 2024-07-23 02:19:20 45. 3596 0.005 207.19 KiB 0.002 89 514 ['Debug'] 0.999 Pulling {} entries to queue: {} - {} 2024-07-23 02:19:20 46. 3409 0.004 397.92 KiB 0.004 1 89 ['Trace'] 0.011 PREWHERE condition was split into {} steps: {} 2024-07-23 02:19:20 47. 3319 0.004 256.06 KiB 0.003 1 214 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2024-07-23 02:19:20 48. 2847 0.004 86.36 KiB 0.001 81 251 ['Trace'] 0.004 Found {} range in {} steps 2024-07-23 02:19:20 49. 2847 0.004 205.66 KiB 0.002 81 251 ['Trace'] 0.004 Running binary search on index range for part {} ({} marks) 2024-07-23 02:19:20 50. 2847 0.004 85.62 KiB 0.001 81 251 ['Trace'] 0.004 Found (RIGHT) boundary mark: {} 2024-07-23 02:19:20 51. 2847 0.004 82.25 KiB 0.001 81 251 ['Trace'] 0.004 Found (LEFT) boundary mark: {} 2024-07-23 02:19:20 52. 2489 0.003 104.54 KiB 0.001 106 32 ['Debug'] 0.275 Committing part {} to zookeeper 2024-07-23 02:19:20 53. 2325 0.003 286.93 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2024-07-23 02:19:20 54. 2277 0.003 155.63 KiB 0.002 1 87 ['Debug'] 0.002 Schedule load job '{}' into {} 2024-07-23 02:19:20 55. 2277 0.003 157.85 KiB 0.002 1 264 ['Debug'] 1 Finish load job '{}' with status {} 2024-07-23 02:19:20 56. 2277 0.003 71.16 KiB 0.001 1 349 ['Debug'] 0.498 Spawn loader worker #{} in {} 2024-07-23 02:19:20 57. 2277 0.003 46.70 KiB 0 1 288 ['Debug'] 1 Stop worker in {} 2024-07-23 02:19:20 58. 2277 0.003 148.95 KiB 0.001 1 264 ['Debug'] 1 Execute load job '{}' in {} 2024-07-23 02:19:20 59. 2277 0.003 20.01 KiB 0 2 87 ['Trace'] 0.002 No tables 2024-07-23 02:19:20 60. 2276 0.003 180.01 KiB 0.002 1 87 ['Debug'] 0.002 Prioritize load job '{}': {} -> {} 2024-07-23 02:19:20 61. 2260 0.003 75.04 KiB 0.001 1 339 ['Debug'] 0.501 Change current priority: {} -> {} 2024-07-23 02:19:20 62. 2253 0.003 163.56 KiB 0.002 1 98 ['Trace'] 0.008 The min valid primary key position for moving to the tail of PREWHERE is {} 2024-07-23 02:19:20 63. 2140 0.003 85.68 KiB 0.001 1 201 ['Debug'] 0.434 Will use old analyzer to prepare mutation 2024-07-23 02:19:20 64. 2040 0.003 83.32 KiB 0.001 106 32 ['Debug'] 0.335 Part {} committed to zookeeper 2024-07-23 02:19:20 65. 1933 0.002 226.13 KiB 0.002 649 391 ['Debug'] 0.93 Removing {} parts from filesystem (serially): Parts: [{}] 2024-07-23 02:19:20 66. 1897 0.002 64.64 KiB 0.001 1 50 ['Debug'] 0 Selected MergeAlgorithm: {} 2024-07-23 02:19:20 67. 1897 0.002 157.88 KiB 0.002 1 50 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2024-07-23 02:19:20 68. 1868 0.002 123.85 KiB 0.001 1 85 ['Debug'] 0 Will kill query {} (synchronously) 2024-07-23 02:19:20 69. 1857 0.002 242.23 KiB 0.002 1 50 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2024-07-23 02:19:20 70. 1853 0.002 122.33 KiB 0.001 204 50 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2024-07-23 02:19:20 71. 1847 0.002 99.07 KiB 0.001 179 534 ['Debug'] 0.882 Selected {} parts from {} to {} 2024-07-23 02:19:20 72. 1830 0.002 53.61 KiB 0.001 156 507 ['Debug'] 0.993 Updating strategy picker state 2024-07-23 02:19:20 73. 1761 0.002 66.37 KiB 0.001 158 84 ['Debug'] 0.011 Reading approx. {} rows with {} streams 2024-07-23 02:19:20 74. 1734 0.002 155.36 KiB 0.002 1 239 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2024-07-23 02:19:20 75. 1636 0.002 314.02 KiB 0.003 1 60 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {} 2024-07-23 02:19:20 76. 1588 0.002 102.64 KiB 0.001 1 69 ['Trace'] 0.008 {}Join data is being destroyed, {} bytes and {} rows in hash table 2024-07-23 02:19:20 77. 1465 0.002 45.82 KiB 0 1 83 ['Debug'] 0.014 min_marks_for_concurrent_read={} 2024-07-23 02:19:20 78. 1462 0.002 107.85 KiB 0.001 89 154 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2024-07-23 02:19:20 79. 1460 0.002 186.60 KiB 0.002 1 462 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2024-07-23 02:19:20 80. 1460 0.002 292.08 KiB 0.003 1 462 ['Information'] 1 Removing metadata {} of dropped table {} 2024-07-23 02:19:20 81. 1459 0.002 108.29 KiB 0.001 1 85 ['Debug'] 0 Waiting for table {} to be finally dropped 2024-07-23 02:19:20 82. 1354 0.002 42.83 KiB 0 19 33 ['Debug'] 0 Requested flush up to offset {} 2024-07-23 02:19:20 83. 1311 0.002 32.18 KiB 0 1 73 ['Trace'] 0.014 {} -> {} 2024-07-23 02:19:20 84. 1299 0.002 131.32 KiB 0.001 73 86 ['Trace'] 0.901 Found {} old parts to remove. Parts: [{}] 2024-07-23 02:19:20 85. 1299 0.002 132.59 KiB 0.001 73 86 ['Debug'] 0.901 Removing {} parts from memory: Parts: [{}] 2024-07-23 02:19:20 86. 1279 0.002 148.15 KiB 0.001 68 32 ['Debug'] 1 Fetching part {} from {}:{} 2024-07-23 02:19:20 87. 1209 0.002 86.87 KiB 0.001 69 175 ['Trace'] 0.043 Used generic exclusion search over index for part {} with {} steps 2024-07-23 02:19:20 88. 1200 0.002 95.77 KiB 0.001 1 242 ['Trace'] 0.001 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2024-07-23 02:19:20 89. 1147 0.001 78.84 KiB 0.001 1095 16 ['Trace'] 1 Executing log entry to mutate part {} to {} 2024-07-23 02:19:20 90. 1146 0.001 126.26 KiB 0.001 1094 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {} 2024-07-23 02:19:20 91. 1139 0.001 93.44 KiB 0.001 1082 87 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total. 2024-07-23 02:19:20 92. 1139 0.001 67.73 KiB 0.001 1 87 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec 2024-07-23 02:19:20 93. 1089 0.001 39.14 KiB 0 125 70 ['Debug'] 0 MinMax index condition: {} 2024-07-23 02:19:20 94. 1070 0.001 65.86 KiB 0.001 1 87 ['Debug'] 0.002 Wait load job '{}' in {} 2024-07-23 02:19:20 95. 1052 0.001 55.35 KiB 0.001 3 86 ['Trace'] 0.942 List of all grants: {} 2024-07-23 02:19:20 96. 1052 0.001 78.32 KiB 0.001 3 86 ['Trace'] 0.942 List of all grants including implicit: {} 2024-07-23 02:19:20 97. 1052 0.001 80.13 KiB 0.001 3 86 ['Trace'] 0.942 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2024-07-23 02:19:20 98. 1003 0.001 69.42 KiB 0.001 32 315 ['Trace'] 1 Adding mutation {} for {} partitions (data versions: {}) 2024-07-23 02:19:20 99. 986 0.001 26.00 KiB 0 30 304 ['Trace'] 1 Mutation {} is done 2024-07-23 02:19:21 100. 986 0.001 39.48 KiB 0 30 304 ['Trace'] 1 Will check if mutation {} is done 2024-07-23 02:19:21 2024-07-23 02:19:21 2024-07-23 02:19:21 2024-07-23 02:19:21 Top messages without format string (fmt::runtime): 2024-07-23 02:19:21 2024-07-23 02:19:21 count pattern runtime_message line 2024-07-23 02:19:21 2024-07-23 02:19:21 1. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:58868) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTI ('/executeQuery.cpp',218) 2024-07-23 02:19:21 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',218) 2024-07-23 02:19:21 3. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',218) 2024-07-23 02:19:21 4. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:39754) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying thi ('/executeQuery.cpp',218) 2024-07-23 02:19:21 5. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:56454) (comment: 02843_backup_use_same_s3 ('/executeQuery.cpp',218) 2024-07-23 02:19:21 6. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2024-07-23 02:19:21 7. 2 CodeDBExceptionReceivedfromDBExc Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace: 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e9a7a09 2024-07-23 02:19:21 1. ('/executeQuery.cpp',218) 2024-07-23 02:19:21 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.5.47.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:42098) (in query: ), Stack trace (when copying this message, always include the lines below): 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcx ('/executeQuery.cpp',218) 2024-07-23 02:19:21 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',218) 2024-07-23 02:19:21 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2024-07-23 02:19:21 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 13. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701) 2024-07-23 02:19:21 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2024-07-23 02:19:21 peer 1, DC ID 0, localhost:9234, voting member, 1 2024-07-23 02:19:21 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 15. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:33162) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitmap, ('/executeQuery.cpp',218) 2024-07-23 02:19:21 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 18. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2024-07-23 02:19:21 2024-07-23 02:19:21 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701) 2024-07-23 02:19:21 19. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_5zo0uqu3/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222) 2024-07-23 02:19:21 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2024-07-23 02:19:21 21. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:33020) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: s ('/executeQuery.cpp',218) 2024-07-23 02:19:21 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2024-07-23 02:19:21 commit index 0 2024-07-23 02:19:21 term 0 2024-07-23 02:19:21 election timer allowed 2024-07-23 02:19:21 log store start 1, end 0 2024-07-23 02:19:21 config log idx 0, prev log idx 0 2024-07-23 02:19:21 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 26. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2024-07-23 02:19:21 28. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50) 2024-07-23 02:19:21 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2024-07-23 02:19:27 30. 1 startingup starting up ('',0) 2024-07-23 02:19:27 2024-07-23 02:19:27 2024-07-23 02:19:27 2024-07-23 02:19:27 Top messages not matching their format strings: 2024-07-23 02:19:27 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 1. 28 Forked a child process to watch 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 2. Query {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 3. Query {} from stage {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 13 /var/lib/clickhouse/disks/s3_disk/store/ad7/ad7fd1e4-02db-4c93-9b06-92a2199ff2ae/tmp_insert_all_6_6_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 2 similar messages) 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 5. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 4 Not executing log entry queue-0000000043 of type MUTATE_PART for part all_36_36_0_37 because source parts size (321.00 B) is greater than the current maximum (0.00 B). (skipped 5 similar messages) 2024-07-23 02:19:27 message_format_string count() any_message 2024-07-23 02:19:27 2024-07-23 02:19:27 6. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:33176) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data: 2024-07-23 02:19:27 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7��QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnabl�������sMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID��F�ӓ2qJavaEnableTitleGoodEventEventTimen$�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeǘ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageP��amPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchIDl!�|�@HJavaEnableTitleGoodEventEventTime�)�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime}��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID�ǐ=ЌWJavaEnableTitleGoodEventEventTime8*�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeݞ�QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID�WatchID��E&LyJavaEnableTitleGoodEventEventTimeJ��QEventDate>CounterIDClientIP��I`RegionID'UserIDq��Jd8CounterClassOSUserAgentURL-http://holodilnik.ru/russia/05jul2013&model=0RefererIsRefreshRefererCategoryIDRefererRegionIDURLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash� 2024-07-23 02:19:31 o���eCLID�WatchID��k=��pJavaEnableTitleGoodEventEventTime� �QEventDate>CounterIDClien����Q9�HRegionIDGUserID �Ks}��CounterClassOSUserAgentURLHhttp://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryID0=URLRegionID�ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4 PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqID:��W��mOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeA��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�� �#�\CLID�WatchID�1�� o�CJavaEnableTitleGoodEventEventTime�0�QEventDate>CounterIDClientIP�^{]RegionID�UserID&n%�t"6CounterClas⋯ 2024-07-23 02:19:31 2024-07-23 02:19:31 2024-07-23 02:19:31 2024-07-23 02:19:31 Top short messages: 2024-07-23 02:19:31 2024-07-23 02:19:31 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2024-07-23 02:19:31 2024-07-23 02:19:31 1. 13 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 1, UInt32(size = 1), UInt8(size = 1)) Nullable(s 62 2024-07-23 02:19:31 2. 5 {} Server was built with sanitizer. It will work slowly. 27 2024-07-23 02:19:31 3. 5 Froze {} parts Froze 10 parts -13 2024-07-23 02:19:31 4. 4 Creating {}: {} Creating table test_ute3qgu6.test: CREATE TABLE IF NOT EXISTS test_ute3qgu6.test UUID '4213bb7a-87b9-40ac-a48f-7f9f91355 211 2024-07-23 02:19:31 5. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.5.47.altinitystable (alti 29 2024-07-23 02:19:31 2024-07-23 02:19:31 2024-07-23 02:19:31 2024-07-23 02:19:31 Top messages by level: 2024-07-23 02:19:31 2024-07-23 02:19:31 (0.0005468250602836655,'Query was cancelled') Error 2024-07-23 02:19:31 (0.000044302956272982157,'Table was in readonly mode. Will try to activate it.') Warning 2024-07-23 02:19:31 (0.0018480661759586842,'Removing metadata {} of dropped table {}') Information 2024-07-23 02:19:31 (0.041992873553033806,'(from {}{}{}){}{} {} (stage: {})') Debug 2024-07-23 02:19:31 (0.058641924520420496,'Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)') Trace 2024-07-23 02:19:31 2024-07-23 02:19:31 + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137416 drwxr-xr-x 1 root root 4096 Jul 23 02:09 . drwxr-xr-x 1 root root 4096 Jul 23 02:09 .. -rw-rw-r-- 1 1000 1000 300 Jul 23 01:30 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 10:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jul 23 01:34 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Jul 23 01:34 __azurite_db_blob__.json -rw-r--r-- 1 root root 51611 Jul 23 02:19 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 09:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jul 23 01:34 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Jul 23 01:32 dev -rwxr-xr-x 1 root root 0 Jul 23 01:32 .dockerenv drwxr-xr-x 1 root root 4096 Jul 23 01:33 etc drwxr-xr-x 1 1000 1000 4096 Jul 23 01:33 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 09:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 09:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 10:04 mc drwxr-xr-x 2 root root 4096 Apr 27 09:02 media -rwxr-xr-x 1 root root 118595584 Jun 13 10:04 minio drwxr-xr-x 4 root root 4096 Jul 23 01:33 minio_data drwxr-xr-x 2 root root 4096 Apr 27 09:02 mnt drwxr-xr-x 2 root root 4096 Apr 27 09:02 opt -rw-r--r-- 1 root root 0 Feb 15 05:09 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jul 23 01:32 package_folder drwxr-x--- 2 root root 4096 Jul 23 01:35 preprocessed_configs dr-xr-xr-x 310 root root 0 Jul 23 01:32 proc -rwxrwxr-x 1 root root 7989 May 15 00:27 process_functional_tests_result.py drwx------ 1 root root 4096 Jul 23 02:14 root drwxr-xr-x 1 root root 4096 Jul 23 01:33 run -rwxrwxr-x 1 root root 16095 Jun 13 10:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 09:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jul 23 01:34 script.gdb -rwxrwxr-x 1 root root 10462 May 15 00:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 10:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 10:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 09:02 srv -rw-rw-r-- 1 root root 13192 Jun 13 10:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Jul 23 01:32 sys drwxrwxr-x 2 1000 1000 4096 Jul 23 01:34 test_output drwxrwxrwt 1 root root 28672 Jul 23 02:19 tmp drwxr-xr-x 2 root root 4096 Jul 23 01:35 user_defined drwxr-xr-x 1 root root 4096 Apr 27 09:02 usr -rw-rw-r-- 1 root root 833 Jun 13 10:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 09:05 var Files in root directory + echo 'Files in root directory' + ls -la / total 137416 drwxr-xr-x 1 root root 4096 Jul 23 02:09 . drwxr-xr-x 1 root root 4096 Jul 23 02:09 .. -rw-rw-r-- 1 1000 1000 300 Jul 23 01:30 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Jun 13 10:03 attach_gdb.lib -rw-r--r-- 1 root root 1481 Jul 23 01:34 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Jul 23 01:34 __azurite_db_blob__.json -rw-r--r-- 1 root root 51611 Jul 23 02:19 azurite_log lrwxrwxrwx 1 root root 7 Apr 27 09:02 bin -> usr/bin drwxr-xr-x 2 root root 4096 Jul 23 01:34 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot drwxr-xr-x 5 root root 340 Jul 23 01:32 dev -rwxr-xr-x 1 root root 0 Jul 23 01:32 .dockerenv drwxr-xr-x 1 root root 4096 Jul 23 01:33 etc drwxr-xr-x 1 1000 1000 4096 Jul 23 01:33 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Apr 27 09:02 lib -> usr/lib lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Apr 27 09:02 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Apr 27 09:02 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Jun 13 10:04 mc drwxr-xr-x 2 root root 4096 Apr 27 09:02 media -rwxr-xr-x 1 root root 118595584 Jun 13 10:04 minio drwxr-xr-x 4 root root 4096 Jul 23 01:33 minio_data drwxr-xr-x 2 root root 4096 Apr 27 09:02 mnt drwxr-xr-x 2 root root 4096 Apr 27 09:02 opt -rw-r--r-- 1 root root 0 Feb 15 05:09 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Jul 23 01:32 package_folder drwxr-x--- 2 root root 4096 Jul 23 01:35 preprocessed_configs dr-xr-xr-x 310 root root 0 Jul 23 01:32 proc -rwxrwxr-x 1 root root 7989 May 15 00:27 process_functional_tests_result.py drwx------ 1 root root 4096 Jul 23 02:14 root drwxr-xr-x 1 root root 4096 Jul 23 01:33 run -rwxrwxr-x 1 root root 16095 Jun 13 10:03 run.sh lrwxrwxrwx 1 root root 8 Apr 27 09:02 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Jul 23 01:34 script.gdb -rwxrwxr-x 1 root root 10462 May 15 00:27 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Jun 13 10:03 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Jun 13 10:03 setup_minio.sh drwxr-xr-x 2 root root 4096 Apr 27 09:02 srv -rw-rw-r-- 1 root root 13192 Jun 13 10:03 stress_tests.lib dr-xr-xr-x 13 root root 0 Jul 23 01:32 sys drwxrwxr-x 2 1000 1000 4096 Jul 23 01:34 test_output drwxrwxrwt 1 root root 28672 Jul 23 02:19 tmp drwxr-xr-x 2 root root 4096 Jul 23 01:35 user_defined drwxr-xr-x 1 root root 4096 Apr 27 09:02 usr -rw-rw-r-- 1 root root 833 Jun 13 10:03 utils.lib drwxr-xr-x 1 root root 4096 Apr 27 09:05 var + /process_functional_tests_result.py 2024-07-23 02:19:31,698 File /analyzer_tech_debt.txt with broken tests found 2024-07-23 02:19:31,699 Broken tests in the list: 11 2024-07-23 02:19:31,699 Find files in result folder test_result.txt,garbage.log,gdb.log,run.log 2024-07-23 02:19:31,705 Is flaky check: False 2024-07-23 02:19:31,705 Result parsed 2024-07-23 02:19:31,706 Result written + clickhouse-client -q 'system flush logs' + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''' + echo '++ zstd --threads=0 ++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Sent terminate signal to process with pid 725. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]